报错信息:
java.lang.NullPointerException
at com.cucu.WrapperTest.testWrapper1(WrapperTest.java:29)
原因:使用@Test测试注解时,jar包导错。
import org.junit.jupiter.api.Test; //应该导入的是这个jar包
报错信息:
java.lang.NullPointerException
at com.cucu.WrapperTest.testWrapper1(WrapperTest.java:29)
原因:使用@Test测试注解时,jar包导错。
import org.junit.jupiter.api.Test; //应该导入的是这个jar包