You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Scott Purcell <sp...@vertisinc.com> on 2004/11/03 22:48:02 UTC

junit testing question

I have got some textbook example of <junit> working with simple classes that implement TestCase. But my question is as follows:
 
Prior to using ant, our code base was written to use a TestSuite(xxx.class)
And we ran them via a script like so:
java junit.textui.TestRunner classname
 
Can I still use these with ant? or do I need to rewrite the tests?
 
Any help or links, would be helpful.
 
Sincerely
Scott