未找到测试运行程序“JUnit 4”的测试
我的 Java 测试在 Eclipse 中运行良好。但是现在,当我从运行菜单中重新启动测试时,我收到以下消息:
No tests found with test runner 'JUnit 4'
在文件中,我有所有文件,最后有:.classpath
jar
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>
如何解决此错误并让测试再次运行?