Posted By:
Michal_Kunysz
Posted On:
Thursday, November 1, 2007 11:15 AM
Hi All,
I need to run JUnit tests using Ant. Problem is the guy who developed the system put all the JUnit tests as inner classes. I already spent 2 hours searching the net and I can't find anything... Any idea?
public class DateHelper {
...
public static class DateHelperTest extends TestCase{
...
}
}
Cheers