Re: Enhancing JUnitReport's output

2007-02-05 Thread Steve Loughran
Charles Wells wrote: I use Ant to invoke several different test suites, where each test suite contains many test cases, and each test case contains many test methods. Its a common complaint here that the HTML report generated by the task lists all the test method names but not what test case eac

Enhancing JUnitReport's output

2007-02-02 Thread Charles Wells
I use Ant to invoke several different test suites, where each test suite contains many test cases, and each test case contains many test methods. Its a common complaint here that the HTML report generated by the task lists all the test method names but not what test case each method belongs to. T