Interface ActTestReporter
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
CompositeActTestReporter,HtmlActTestReporter,XmlActTestReporter
-
Method Summary
Modifier and TypeMethodDescriptionvoidreportJobFinishedOrSkipped(TestDescriptor.JobDescriptor job, String output) voidvoidvoidvoidvoidvoidvoidvoidMethods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
reportTestExecutionStarted
void reportTestExecutionStarted() -
reportTestExecutionFinished
void reportTestExecutionFinished() -
reportSpecStarted
-
reportSpecFinishedSuccessfully
-
reportSpecFinishedWithFailure
-
reportJobStarted
-
reportSuccessfulJobStep
-
reportJobFinishedOrSkipped
-
reportJobFinishedWithFailure
-