public class TestCountListener extends Object implements StepListener
| Modifier | Constructor and Description |
|---|---|
protected |
TestCountListener(EnvironmentVariables environmentVariables,
org.slf4j.Logger logger,
TestCount testCount) |
|
TestCountListener(EnvironmentVariables environmentVariables,
TestCount testCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
assumptionViolated(String message) |
void |
exampleFinished() |
void |
exampleStarted(Map<String,String> data) |
protected org.slf4j.Logger |
getLogger() |
void |
lastStepFailed(StepFailure failure) |
void |
notifyScreenChange() |
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) |
protected TestCountListener(EnvironmentVariables environmentVariables, org.slf4j.Logger logger, TestCount testCount)
public TestCountListener(EnvironmentVariables environmentVariables, TestCount testCount)
protected org.slf4j.Logger getLogger()
public 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 lastStepFailed(StepFailure failure)
lastStepFailed 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 testFailed(TestOutcome testOutcome, Throwable cause)
testFailed 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-2013 Wakaleo Consulting. All Rights Reserved.