Class HtmlActTestReporter
java.lang.Object
io.github.pshevche.act.internal.reporting.HtmlActTestReporter
- All Implemented Interfaces:
ActTestReporter,AutoCloseable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidreportJobFinishedOrSkipped(TestDescriptor.JobDescriptor job, String output) voidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
HtmlActTestReporter
-
-
Method Details
-
reportTestExecutionFinished
public void reportTestExecutionFinished()- Specified by:
reportTestExecutionFinishedin interfaceActTestReporter
-
reportSpecStarted
- Specified by:
reportSpecStartedin interfaceActTestReporter
-
reportSpecFinishedSuccessfully
- Specified by:
reportSpecFinishedSuccessfullyin interfaceActTestReporter
-
reportSpecFinishedWithFailure
- Specified by:
reportSpecFinishedWithFailurein interfaceActTestReporter
-
reportSuccessfulJobStep
- Specified by:
reportSuccessfulJobStepin interfaceActTestReporter
-
reportJobFinishedOrSkipped
- Specified by:
reportJobFinishedOrSkippedin interfaceActTestReporter
-
reportJobFinishedWithFailure
- Specified by:
reportJobFinishedWithFailurein interfaceActTestReporter
-
close
public void close() -
reportTestExecutionStarted
public void reportTestExecutionStarted()- Specified by:
reportTestExecutionStartedin interfaceActTestReporter
-
reportJobStarted
- Specified by:
reportJobStartedin interfaceActTestReporter
-