How do I display JUnit test results partitioned by test class (testsuite)? Currently all the test cases are listed in a giant list. They are only partitioned between failures, fixed and passed. I'd like to them organized further by test class. Possibly by testsuites too. Will I need to edit the plugin that does this? If so, where is the source code located?