Package org.citrusframework.report
Class AbstractTestActionListener
java.lang.Object
org.citrusframework.report.AbstractTestActionListener
- All Implemented Interfaces:
TestActionListener
Basic implementation of
TestActionListener interface so that subclasses only have to overwrite
methods of interest.- Since:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonTestActionFinish(TestCase testCase, TestAction testAction) voidonTestActionSkipped(TestCase testCase, TestAction testAction) voidonTestActionStart(TestCase testCase, TestAction testAction)
-
Constructor Details
-
AbstractTestActionListener
public AbstractTestActionListener()
-
-
Method Details
-
onTestActionFinish
- Specified by:
onTestActionFinishin interfaceTestActionListener
-
onTestActionSkipped
- Specified by:
onTestActionSkippedin interfaceTestActionListener
-
onTestActionStart
- Specified by:
onTestActionStartin interfaceTestActionListener
-