I have a set JUnit test files that reside in different folders and packages. I need to write small java app that will launch all of them and generate html log file. I have do to this without ant. How can I do this?
Asked
Active
Viewed 210 times
0
-
You can use a [test suite](http://stackoverflow.com/questions/457276/junit4-test-suites) – stratwine Nov 15 '11 at 07:15
-
this might help http://www.skill-guru.com/blog/2010/03/26/generating-junit-test-results-as-html-report/ – Prasanna Talakanti Nov 16 '11 at 19:48