I'm using Junit with Ant to generate a test report the default junit-noframes format. Since I'm testing several different classes in the same package I'd like to see the statistics on the test results for each class. In addition, I'd like to separate the successfull tests in the report.
I've already examinated the xslt file, that may allows me to partially solve the first problem. Still in the xml test report generated by Junit the successfull cases are already regrouped. How can I affect this? Is it possible to change the way Junit stocks the informations in the xml testResult? These datas concerning the individual tests must be somewhere, since I'm clearly able to see them with the Junit plugin in Eclipse.