Running “pure” JUnit 4 tests using ant

后端 未结 9 756
一个人的身影
一个人的身影 2020-12-25 13:05

We have migrated to both JUnit 4 and ant 1.7

The tests runs fine in eclipse, but the annotations are ignored when running the tests using ant.

According to t

9条回答
  •  轮回少年
    2020-12-25 13:33

    What I ended up doing was adding an Ant to one of my definitions that is used by the task>. Et voila.

提交回复
热议问题