Package net.serenitybdd.core.listeners
Class AbstractStepListener
java.lang.Object
net.serenitybdd.core.listeners.AbstractStepListener
- All Implemented Interfaces:
StepListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNewExamplesFrom(DataTable table) voidassumptionViolated(String message) voidvoidexampleStarted(Map<String, String> data) voidlastStepFailed(StepFailure failure) voidvoidskippedStepStarted(ExecutedStepDescription description) voidstepFailed(StepFailure failure) voidvoidvoidvoidstepPending(String message) voidstepStarted(ExecutedStepDescription description) voidvoidtestFailed(TestOutcome testOutcome, Throwable cause) voidtestFinished(TestOutcome result) voidvoidvoidvoidvoidvoidtestStarted(String description) voidvoidtestSuiteStarted(Class<?> storyClass) voidtestSuiteStarted(Story story) voiduseExamplesFrom(DataTable table) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.thucydides.core.steps.StepListener
exampleStarted, testFinished, testRunFinished, testStarted
-
Constructor Details
-
AbstractStepListener
public AbstractStepListener()
-
-
Method Details
-
testSuiteStarted
- Specified by:
testSuiteStartedin interfaceStepListener
-
testSuiteStarted
- Specified by:
testSuiteStartedin interfaceStepListener
-
testSuiteFinished
public void testSuiteFinished()- Specified by:
testSuiteFinishedin interfaceStepListener
-
testStarted
- Specified by:
testStartedin interfaceStepListener
-
testFinished
- Specified by:
testFinishedin interfaceStepListener
-
testRetried
public void testRetried()- Specified by:
testRetriedin interfaceStepListener
-
stepStarted
- Specified by:
stepStartedin interfaceStepListener
-
skippedStepStarted
- Specified by:
skippedStepStartedin interfaceStepListener
-
stepFailed
- Specified by:
stepFailedin interfaceStepListener
-
lastStepFailed
- Specified by:
lastStepFailedin interfaceStepListener
-
stepIgnored
public void stepIgnored()- Specified by:
stepIgnoredin interfaceStepListener
-
stepPending
public void stepPending()- Specified by:
stepPendingin interfaceStepListener
-
stepPending
- Specified by:
stepPendingin interfaceStepListener
-
stepFinished
public void stepFinished()- Specified by:
stepFinishedin interfaceStepListener
-
testFailed
- Specified by:
testFailedin interfaceStepListener
-
testIgnored
public void testIgnored()- Specified by:
testIgnoredin interfaceStepListener
-
testAborted
public void testAborted()- Specified by:
testAbortedin interfaceStepListener
-
testSkipped
public void testSkipped()- Specified by:
testSkippedin interfaceStepListener
-
testPending
public void testPending()- Specified by:
testPendingin interfaceStepListener
-
testIsManual
public void testIsManual()- Specified by:
testIsManualin interfaceStepListener
-
notifyScreenChange
public void notifyScreenChange()- Specified by:
notifyScreenChangein interfaceStepListener
-
useExamplesFrom
- Specified by:
useExamplesFromin interfaceStepListener
-
addNewExamplesFrom
- Specified by:
addNewExamplesFromin interfaceStepListener
-
exampleStarted
- Specified by:
exampleStartedin interfaceStepListener
-
exampleFinished
public void exampleFinished()- Specified by:
exampleFinishedin interfaceStepListener
-
assumptionViolated
- Specified by:
assumptionViolatedin interfaceStepListener
-