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

2013-05-19 Thread
2013 17:34 > > An: Ant Users List > > Betreff: Re: How to run a single junit test method with ant > > > > Hello Xiaomou, > > > > the documentation of the junit task > > http://ant.apache.org/manual/Tasks/junit.html > > mentions that the test nested elemen

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

2013-05-19 Thread
ment can have a methods attribute to > specify the methods you want to run > > Comma-separated list of names of test case methods to execute. Since 1.8.2 > > > > > > > Regards, > > Antoine > On May 11, 2013, at 2:15 PM, 肖谋 wrote: > > > Thanks f

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 &

How to run a single junit test method with ant

2013-05-09 Thread
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 run a single test method. I googled and found a helpful article at https://today.java.net/pub/a/today/2003/09/12/individual-test-cases.html. However, the solu