org.schmant.task.junit4.suitereporter
Interface JUnit4TestSuiteReportPrinter
- All Known Implementing Classes:
- SimpleJUnit4TestSuiteReportPrinter
public interface JUnit4TestSuiteReportPrinter
A JUnit4TestSuiteReportPrinter
is used by the
JUnit4TestSuiteReporter
to print the test suite run report to a
Report
object.
- Since:
- 0.6
- Author:
- Karl Gustafsson
- Task_package:
- org.junit.junit4
printReport
void printReport(Collection<TestRun> c,
Report r)
- Print the test suite run report to the supplied
Report
object.
- Parameters:
c
- A collection of test run results.r
- The Report
to print the test suite run report to.