No tests found with test runner 'JUnit 4'

Posted by lamisse on Stack Overflow See other posts from Stack Overflow or by lamisse
Published on 2010-02-25T09:15:58Z Indexed on 2010/06/06 4:32 UTC
Read the original article Hit count: 490

Filed under:
|
|

Hello , my java test worked well from Eclipse ,I do not know I relaunch test from run menu and then have the following message:

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>

please help!

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse