public interface ReportVisitor
Report| Modifier and Type | Method and Description |
|---|---|
void |
visitAssertionFailedExecutionReport(AssertionFailedExecutionReport report) |
void |
visitConfigurationFailedExecutionReport(ConfigurationFailedExecutionReport report) |
void |
visitRuntimeErrorEncounteredExecutionReport(RuntimeErrorEncounteredExecutionReport report) |
void |
visitSuccessfulExecutionReport(SuccessfulExecutionReport report) |
void |
visitUnexecutedTestReport(UnexecutedTestReport report) |
void visitSuccessfulExecutionReport(SuccessfulExecutionReport report)
report - reportvoid visitConfigurationFailedExecutionReport(ConfigurationFailedExecutionReport report)
report - reportvoid visitRuntimeErrorEncounteredExecutionReport(RuntimeErrorEncounteredExecutionReport report)
report - reportvoid visitAssertionFailedExecutionReport(AssertionFailedExecutionReport report)
report - reportvoid visitUnexecutedTestReport(UnexecutedTestReport report)
report - reportCopyright © 2014 The University of Manchester. All Rights Reserved.