Package com.consol.citrus.report
Interface TestReporter
-
public interface TestReporterInterface for test reporters.- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgenerateReport(TestResults testResults)Test reporter generates a report for several test suite instances.
-
-
-
Method Detail
-
generateReport
void generateReport(TestResults testResults)
Test reporter generates a report for several test suite instances.
-
-