RE: junit testing question

2004-11-03 Thread Wendy Smoak
> From: Scott Purcell [mailto:[EMAIL PROTECTED] > 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? I'm not entirely s

junit testing question

2004-11-03 Thread Scott Purcell
I have got some textbook example of 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 thes