| Article: |
Using JUnit With Eclipse IDE | |
| Subject: | getting error message running JUnit | |
| Date: | 2004-03-12 04:18:39 | |
| From: | cathryn | |
|
I'm getting the following error when running a JUnit that has a simple test to check if an empty vector contains a value: junit.framework.AssertionFailedError: No tests found in VectorTest |
||
Showing messages 1 through 1 of 1.
-
getting error message running JUnit
2004-03-12 04:40:20 gr33n [View]
do you have at least one test...(..) method? (pay attention to its name!)


