I use eclipse to run tests in one junit (4) test class. Tests in the class all work fine. Then I add an extra test and run the class using a test that runs in ecplise again. Only old tests are performed. A new test is not observed in eclipse. There is no error or anything else, it looks like eclipse is looking at the old version of the test.
If I run tests using maven, everything works fine. In addition, after running tests in maven, ecplipse can correctly see and run a new test.
Any idea what is going on? Any ideas on how to get an ecplipse test drive to see my new test cases?
eclipse junit
morgancodes Apr 6 '10 at 16:20 2010-04-06 16:20
source share