Package org.citrusframework.report
Class AbstractTestListener
java.lang.Object
org.citrusframework.report.AbstractTestListener
- All Implemented Interfaces:
TestListener
- Direct Known Subclasses:
FailureStackTestListener,MessageTracingTestListener
Basic implementation of
TestListener interface so that subclasses must not implement
all methods but only overwrite some listener methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonTestFailure(TestCase test, Throwable cause) voidonTestFinish(TestCase test) voidonTestSkipped(TestCase test) voidonTestStart(TestCase test) voidonTestSuccess(TestCase test)
-
Constructor Details
-
AbstractTestListener
public AbstractTestListener()
-
-
Method Details
-
onTestFailure
- Specified by:
onTestFailurein interfaceTestListener
-
onTestFinish
- Specified by:
onTestFinishin interfaceTestListener
-
onTestSkipped
- Specified by:
onTestSkippedin interfaceTestListener
-
onTestStart
- Specified by:
onTestStartin interfaceTestListener
-
onTestSuccess
- Specified by:
onTestSuccessin interfaceTestListener
-