public class FailureDetectingStepListener extends Object implements StepListener
| Constructor and Description |
|---|
FailureDetectingStepListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
assumptionViolated(String message) |
void |
exampleFinished() |
void |
exampleStarted(Map<String,String> data) |
void |
lastStepFailed(StepFailure failure) |
boolean |
lastTestFailed() |
void |
notifyScreenChange() |
void |
reset() |
void |
skippedStepStarted(ExecutedStepDescription description) |
void |
stepFailed(StepFailure failure) |
void |
stepFinished() |
void |
stepIgnored() |
void |
stepPending() |
void |
stepPending(String message) |
void |
stepStarted(ExecutedStepDescription description) |
void |
testFailed(TestOutcome testOutcome,
Throwable cause) |
void |
testFinished(TestOutcome result) |
void |
testIgnored() |
void |
testRetried() |
void |
testStarted(String description) |
void |
testSuiteFinished() |
void |
testSuiteStarted(Class<?> storyClass) |
void |
testSuiteStarted(Story story) |
void |
useExamplesFrom(DataTable table) |
public void reset()
public boolean lastTestFailed()
public void testFailed(TestOutcome testOutcome, Throwable cause)
testFailed in interface StepListenerpublic void lastStepFailed(StepFailure failure)
lastStepFailed in interface StepListenerpublic void testSuiteStarted(Class<?> storyClass)
testSuiteStarted in interface StepListenerpublic void testSuiteStarted(Story story)
testSuiteStarted in interface StepListenerpublic void testSuiteFinished()
testSuiteFinished in interface StepListenerpublic void testStarted(String description)
testStarted in interface StepListenerpublic void testFinished(TestOutcome result)
testFinished in interface StepListenerpublic void testRetried()
testRetried in interface StepListenerpublic void stepStarted(ExecutedStepDescription description)
stepStarted in interface StepListenerpublic void skippedStepStarted(ExecutedStepDescription description)
skippedStepStarted in interface StepListenerpublic void stepFailed(StepFailure failure)
stepFailed in interface StepListenerpublic void stepIgnored()
stepIgnored in interface StepListenerpublic void stepPending()
stepPending in interface StepListenerpublic void stepPending(String message)
stepPending in interface StepListenerpublic void stepFinished()
stepFinished in interface StepListenerpublic void testIgnored()
testIgnored in interface StepListenerpublic void notifyScreenChange()
notifyScreenChange in interface StepListenerpublic void useExamplesFrom(DataTable table)
useExamplesFrom in interface StepListenerpublic void exampleStarted(Map<String,String> data)
exampleStarted in interface StepListenerpublic void exampleFinished()
exampleFinished in interface StepListenerpublic void assumptionViolated(String message)
assumptionViolated in interface StepListenerCopyright © 2011–2014 Wakaleo Consulting. All rights reserved.