O - the type of the values returned by this visitor.public interface ReportVisitorEx<O>
Report| Modifier and Type | Method and Description |
|---|---|
O |
visitAssertionFailedExecutionReport(AssertionFailedExecutionReport report) |
O |
visitConfigurationFailedExecutionReport(ConfigurationFailedExecutionReport report) |
O |
visitRuntimeErrorEncounteredExecutionReport(RuntimeErrorEncounteredExecutionReport report) |
O |
visitSuccessfulExecutionReport(SuccessfulExecutionReport report) |
O |
visitUnexecutedTestReport(UnexecutedTestReport report) |
O visitSuccessfulExecutionReport(SuccessfulExecutionReport report)
report - reportO visitConfigurationFailedExecutionReport(ConfigurationFailedExecutionReport report)
report - reportO visitRuntimeErrorEncounteredExecutionReport(RuntimeErrorEncounteredExecutionReport report)
report - reportO visitAssertionFailedExecutionReport(AssertionFailedExecutionReport report)
report - reportO visitUnexecutedTestReport(UnexecutedTestReport report)
report - reportCopyright © 2014 The University of Manchester. All Rights Reserved.