public class FailureDetectingStepListener extends Object implements StepListener
| Constructor and Description |
|---|
FailureDetectingStepListener() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexampleStarted, testFinishedpublic void reset()
public boolean lastTestFailed()
public void testFailed(net.thucydides.core.model.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(net.thucydides.core.model.Story storyOrFeature)
testSuiteStarted in interface StepListenerpublic void testSuiteFinished()
testSuiteFinished in interface StepListenerpublic void testStarted(String description)
testStarted in interface StepListenerpublic void testStarted(String description, String id)
testStarted in interface StepListenerpublic void testFinished(net.thucydides.core.model.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 testSkipped()
testSkipped in interface StepListenerpublic void testAborted()
testAborted in interface StepListenerpublic void testPending()
testPending in interface StepListenerpublic void testIsManual()
testIsManual in interface StepListenerpublic void notifyScreenChange()
notifyScreenChange in interface StepListenerpublic void useExamplesFrom(net.thucydides.core.model.DataTable table)
useExamplesFrom in interface StepListenerpublic void addNewExamplesFrom(net.thucydides.core.model.DataTable table)
addNewExamplesFrom 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 StepListenerpublic void testRunFinished()
testRunFinished in interface StepListenerpublic TestFailureCause getTestFailureCause()
Copyright © 2021. All rights reserved.