Unit test class runs old version in eclipse

前端 未结 3 1938
无人及你
无人及你 2021-01-18 04:24

I have a JUnit test class in my project which is updated incrementally - I add tests every few weeks and sometimes modify the tests\' code.

Surprisingly, when I run

3条回答
  •  遇见更好的自我
    2021-01-18 05:10

    Another solution would be manually deleting the "target" folder of the project and rebuilding it. This should solve all problems of this kind.

提交回复
热议问题