I have a huge Java project with several unit tests in it. What is the best tool available to create exportable reports that provide statistical (e.g. coverage, list of tested functions) information on the unit (JUnit) tests within the project?
Share
I’m using cobertura as a maven plugin, but I think you could use it standalone, too.