I use junit automatically installed by maven. When I run the maven test my tests work fine. But when I call the Eclipse JUnit test it doesn't use the current version of the test class.
E.g. if I change a assertTrue()
into a assertFalse()
I get the same result. This is driving me crazy.
Automatic build for the project is on. Why does JUnit use some old crap?
Thanks for the help. A maven clean and a eclipse clean fixed the problem. Weird...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…