Package org.schmant.task.junit4.suitereporter

The JUnit4TestSuiteReporter.

See:
          Description

Interface Summary
JUnit4TestSuiteReportPrinter A JUnit4TestSuiteReportPrinter is used by the JUnit4TestSuiteReporter to print the test suite run report to a Report object.
 

Class Summary
FailedTest This contains data about a failed test in a TestRun.
JUnit4TestSuiteReporter The JUnit4TestSuiteReporter is a JUnit4Reporter used for reporting results from several test suites.
JUnit4TestSuiteReportXmlResolver This XMLResolver is used for resolving the junit4xml-1.0.dtd DTD.
SimpleJUnit4TestSuiteReportPrinter This is the default JUnit4TestSuiteReportPrinter.
TestRun The TestRun contains data from a test run.
 

Package org.schmant.task.junit4.suitereporter Description

The JUnit4TestSuiteReporter.

Since:
0.6
Author:
Karl Gustafsson