Re: JUnit task - how to call single test method

2005-07-18 Thread Peter Reilly
see: http://issues.apache.org/bugzilla/show_bug.cgi?id=34748 Peter Conor MacNeill wrote: Ah, sorry - you are right - no way AFAIK. Conor Martin Burger wrote: Conor MacNeill schrieb am 18.07.2005 13:01: Look at the element. Also, for an example, look at Ant's build file.

Re: JUnit task - how to call single test method

2005-07-18 Thread Conor MacNeill
Ah, sorry - you are right - no way AFAIK. Conor Martin Burger wrote: > Conor MacNeill schrieb am 18.07.2005 13:01: > >> Look at the element. >> >> >> >> Also, for an example, look at Ant's build file. >> > > That executes all test methods defined in $testcase, doesn't? > > I looked mea

Re: JUnit task - how to call single test method

2005-07-18 Thread Martin Burger
Conor MacNeill schrieb am 18.07.2005 13:01: Look at the element. 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

Re: JUnit task - how to call single test method

2005-07-18 Thread Conor MacNeill
Martin Burger wrote: > Hello, > > using the JUnit task is it possible to execute a single test _method_? > Look at the element. Also, for an example, look at Ant's build file. Conor - To unsubscribe, e-mail: [EMAIL P

JUnit task - how to call single test method

2005-07-18 Thread Martin Burger
Hello, using the JUnit task is it possible to execute a single test _method_? Regards, Martin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]