Re: How to run a single junit test method with ant

2013-05-19 Thread 肖谋
ends="-test.check,-test.suite,-test.class,-test.method,-test.error" > description="Runs the tests"/> > > > > > > > -Ursprüngliche Nachricht- > > Von: Antoine Levy Lambert [mailto:anto...@gmx.de] > > Gesendet: Sonntag, 12. Mai

Re: How to run a single junit test method with ant

2013-05-19 Thread 肖谋
whole > >> test suite > >> > >> - that two targets are conditional according to that property > >> > >> > >> > >> Jan > >> > >>> -Ursprüngliche Nachricht- > >>> Von: Matt Benson [mail

Re: How to run a single junit test method with ant

2013-05-12 Thread Antoine Levy Lambert
targets are conditional according to that property >> >> >> >> Jan >> >>> -----Ursprüngliche Nachricht----- >>> Von: Matt Benson [mailto:gudnabr...@gmail.com] >>> Gesendet: Freitag, 10. Mai 2013 16:55 >>> An: Ant Users List

Re: How to run a single junit test method with ant

2013-05-11 Thread 肖谋
et: Freitag, 10. Mai 2013 16:55 > > An: Ant Users List > > Betreff: Re: How to run a single junit test method with ant > > > > Typically this would be done using separate targets. Ant's own > > build.xml provides an example. > > > > HTH, > > Matt &

Re: How to run a single junit test method with ant

2013-05-10 Thread Matt Benson
Typically this would be done using separate targets. Ant's own build.xml provides an example. HTH, Matt On Thu, May 9, 2013 at 11:33 PM, 肖谋 wrote: > Hi, Users. >I am using ant in Linux. I can use ant junit task to run all test > methods in a junit4 test class but fail to find the way to