public class RestStepListener
extends java.lang.Object
implements net.thucydides.core.steps.StepListener
| Constructor and Description |
|---|
RestStepListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNewExamplesFrom(net.thucydides.core.model.DataTable table) |
void |
assumptionViolated(java.lang.String message) |
void |
exampleFinished() |
void |
exampleStarted(java.util.Map<java.lang.String,java.lang.String> data) |
void |
lastStepFailed(net.thucydides.core.steps.StepFailure failure) |
void |
notifyScreenChange() |
void |
skippedStepStarted(net.thucydides.core.steps.ExecutedStepDescription description) |
void |
stepFailed(net.thucydides.core.steps.StepFailure failure) |
void |
stepFinished() |
void |
stepIgnored() |
void |
stepPending() |
void |
stepPending(java.lang.String message) |
void |
stepStarted(net.thucydides.core.steps.ExecutedStepDescription description) |
void |
testFailed(net.thucydides.core.model.TestOutcome testOutcome,
java.lang.Throwable cause) |
void |
testFinished(net.thucydides.core.model.TestOutcome result) |
void |
testIgnored() |
void |
testIsManual() |
void |
testPending() |
void |
testRetried() |
void |
testRunFinished() |
void |
testSkipped() |
void |
testStarted(java.lang.String description) |
void |
testStarted(java.lang.String description,
java.lang.String id) |
void |
testSuiteFinished() |
void |
testSuiteStarted(java.lang.Class<?> storyClass) |
void |
testSuiteStarted(net.thucydides.core.model.Story story) |
void |
useExamplesFrom(net.thucydides.core.model.DataTable table) |
public void testSuiteStarted(java.lang.Class<?> storyClass)
testSuiteStarted in interface net.thucydides.core.steps.StepListenerpublic void testSuiteStarted(net.thucydides.core.model.Story story)
testSuiteStarted in interface net.thucydides.core.steps.StepListenerpublic void testSuiteFinished()
testSuiteFinished in interface net.thucydides.core.steps.StepListenerpublic void testStarted(java.lang.String description)
testStarted in interface net.thucydides.core.steps.StepListenerpublic void testStarted(java.lang.String description,
java.lang.String id)
testStarted in interface net.thucydides.core.steps.StepListenerpublic void testFinished(net.thucydides.core.model.TestOutcome result)
testFinished in interface net.thucydides.core.steps.StepListenerpublic void testRetried()
testRetried in interface net.thucydides.core.steps.StepListenerpublic void stepStarted(net.thucydides.core.steps.ExecutedStepDescription description)
stepStarted in interface net.thucydides.core.steps.StepListenerpublic void skippedStepStarted(net.thucydides.core.steps.ExecutedStepDescription description)
skippedStepStarted in interface net.thucydides.core.steps.StepListenerpublic void stepFailed(net.thucydides.core.steps.StepFailure failure)
stepFailed in interface net.thucydides.core.steps.StepListenerpublic void lastStepFailed(net.thucydides.core.steps.StepFailure failure)
lastStepFailed in interface net.thucydides.core.steps.StepListenerpublic void stepIgnored()
stepIgnored in interface net.thucydides.core.steps.StepListenerpublic void stepPending()
stepPending in interface net.thucydides.core.steps.StepListenerpublic void stepPending(java.lang.String message)
stepPending in interface net.thucydides.core.steps.StepListenerpublic void stepFinished()
stepFinished in interface net.thucydides.core.steps.StepListenerpublic void testFailed(net.thucydides.core.model.TestOutcome testOutcome,
java.lang.Throwable cause)
testFailed in interface net.thucydides.core.steps.StepListenerpublic void testIgnored()
testIgnored in interface net.thucydides.core.steps.StepListenerpublic void testSkipped()
testSkipped in interface net.thucydides.core.steps.StepListenerpublic void testPending()
testPending in interface net.thucydides.core.steps.StepListenerpublic void testIsManual()
testIsManual in interface net.thucydides.core.steps.StepListenerpublic void notifyScreenChange()
notifyScreenChange in interface net.thucydides.core.steps.StepListenerpublic void useExamplesFrom(net.thucydides.core.model.DataTable table)
useExamplesFrom in interface net.thucydides.core.steps.StepListenerpublic void addNewExamplesFrom(net.thucydides.core.model.DataTable table)
addNewExamplesFrom in interface net.thucydides.core.steps.StepListenerpublic void exampleStarted(java.util.Map<java.lang.String,java.lang.String> data)
exampleStarted in interface net.thucydides.core.steps.StepListenerpublic void exampleFinished()
exampleFinished in interface net.thucydides.core.steps.StepListenerpublic void assumptionViolated(java.lang.String message)
assumptionViolated in interface net.thucydides.core.steps.StepListenerpublic void testRunFinished()
testRunFinished in interface net.thucydides.core.steps.StepListener