public class AllureStepListener extends Object implements net.thucydides.core.steps.StepListener
| Constructor and Description |
|---|
AllureStepListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNewExamplesFrom(net.thucydides.core.model.DataTable dataTable) |
void |
assumptionViolated(String s) |
void |
exampleFinished() |
void |
exampleStarted(Map<String,String> map) |
void |
lastStepFailed(net.thucydides.core.steps.StepFailure stepFailure) |
void |
notifyScreenChange() |
void |
skippedStepStarted(net.thucydides.core.steps.ExecutedStepDescription executedStepDescription) |
void |
stepFailed(net.thucydides.core.steps.StepFailure stepFailure) |
void |
stepFinished() |
void |
stepIgnored() |
void |
stepPending() |
void |
stepPending(String s) |
void |
stepStarted(net.thucydides.core.steps.ExecutedStepDescription description) |
void |
testFailed(net.thucydides.core.model.TestOutcome testOutcome,
Throwable throwable) |
void |
testFinished(net.thucydides.core.model.TestOutcome testOutcome) |
void |
testIgnored() |
void |
testIsManual() |
void |
testPending() |
void |
testRetried() |
void |
testRunFinished() |
void |
testSkipped() |
void |
testStarted(String description) |
void |
testStarted(String description,
String id) |
void |
testSuiteFinished() |
void |
testSuiteStarted(Class<?> storyClass) |
void |
testSuiteStarted(net.thucydides.core.model.Story story) |
void |
useExamplesFrom(net.thucydides.core.model.DataTable dataTable) |
public void testSuiteStarted(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(String description)
testStarted in interface net.thucydides.core.steps.StepListenerpublic void testStarted(String description, String id)
testStarted in interface net.thucydides.core.steps.StepListenerpublic void testFinished(net.thucydides.core.model.TestOutcome testOutcome)
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 executedStepDescription)
skippedStepStarted in interface net.thucydides.core.steps.StepListenerpublic void stepFailed(net.thucydides.core.steps.StepFailure stepFailure)
stepFailed in interface net.thucydides.core.steps.StepListenerpublic void lastStepFailed(net.thucydides.core.steps.StepFailure stepFailure)
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(String s)
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,
Throwable throwable)
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 dataTable)
useExamplesFrom in interface net.thucydides.core.steps.StepListenerpublic void addNewExamplesFrom(net.thucydides.core.model.DataTable dataTable)
addNewExamplesFrom in interface net.thucydides.core.steps.StepListenerpublic void exampleStarted(Map<String,String> map)
exampleStarted in interface net.thucydides.core.steps.StepListenerpublic void exampleFinished()
exampleFinished in interface net.thucydides.core.steps.StepListenerpublic void assumptionViolated(String s)
assumptionViolated in interface net.thucydides.core.steps.StepListenerpublic void testRunFinished()
testRunFinished in interface net.thucydides.core.steps.StepListenerCopyright © 2018. All rights reserved.