解决“no tests found with test runner ‘JUnit5‘“问题
解决"no tests found with test runner ‘JUnit5’"问题本来可以跑的项目跑着跑着又不行了,或者导进来项目就跑不了:解决方案如下:步骤一:应该将import org.junit.Test; 换成 import org.junit.jupiter.api.*;步骤二;点左上角windows-》preferences-》java-》Compiler-》Compiler compliance level 选择 对应的版本比如你java