Running “pure” JUnit 4 tests using ant

后端 未结 9 754
一个人的身影
一个人的身影 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:23

    This is the relevant part of my generic ant script... not sure if that'll help you or not..

     
         
             
         
    
         
    
         
             
                 
             
         
     
    

提交回复
热议问题