进行一个小小的测试,运行老是报这个空指针错误,原来是导错包了。
原来是这个: import org.junit.Test;更改后: import org.junit.jupiter.api.Test;成功运行!