Package com.consol.citrus.report
Interface TestReporterAware
-
- All Known Implementing Classes:
TestReporters
public interface TestReporterAware- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddTestReporter(TestReporter testReporter)Adds a new test reporter.
-
-
-
Method Detail
-
addTestReporter
void addTestReporter(TestReporter testReporter)
Adds a new test reporter.- Parameters:
testReporter-
-
-