Package org.citrusframework.report
Interface TestReporterAware
- All Known Implementing Classes:
TestReporters
public interface TestReporterAware
- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddTestReporter(TestReporter testReporter) Adds a new test reporter.
-
Method Details
-
addTestReporter
Adds a new test reporter.- Parameters:
testReporter-
-