Conor MacNeill schrieb am 18.07.2005 13:01:

Look at the <test> element.

     <test name="${testcase}"/>

Also, for an example, look at Ant's build file.


That executes all test methods defined in $testcase, doesn't?

I looked meantime at the source code, I think it is not possible to execute a single test method. JUnitTask.executeAsForked(...) and JUnitTask.executeInVM(...) executes the whole test suite.

Regards,
   Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to