Look at the manual here:
http://ant.apache.org/manual/OptionalTasks/junit.html
specifically the section for batchtest. That task can be used to run a
suite of tests matching a specified pattern. This also allows you to not
have to code and maintain a class implementing the TestSuite API from jun
Hi Experts,
Can we run the TestSuites from ANT, there is no documentation on
how to run the TestSuites from ANT junt tasks.
If I follow the single test way, it just says " [junit] Test
dao.testsuite FAILED "
This is my tests target :