我的 Java 测试在 Eclipse 中运行良好。但是现在,当我从 run 菜单重新启动 test 时,我得到以下消息:
No tests found with test runner 'JUnit 4'
In the .classpath
file I have all jar
files, and at the end have:
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>
如何解决此错误并重新运行测试?