| Article: |
Using JUnit With Eclipse IDE | |
| Subject: | junit.framework.AssertionFailedError: No tests found in package name.classname | |
| Date: | 2007-12-14 02:39:02 | |
| From: | manikandankv | |
|
Response to: junit.framework.AssertionFailedError: No tests found in package name.classname
|
||
|
Hi , You would have forgotten to mention the method start with 'test' . ex: testMethod1() Regards Manikandan.k |
||
Showing messages 1 through 1 of 1.
-
junit.framework.AssertionFailedError: No tests found in package name.classname
2007-12-27 20:39:20 LeilaMir [View]
Make sure the "test" at the beginning of the method name is lower case. If you say TestMethod you will get this error message. You should say testMethod.


