public interface StoryReporter
Modifier and Type | Method and Description |
---|---|
void |
afterExamples() |
void |
afterScenario() |
void |
afterStory(boolean givenStory) |
void |
beforeExamples(List<String> steps,
ExamplesTable table) |
void |
beforeScenario(String scenarioTitle) |
void |
beforeStep(String step) |
void |
beforeStory(Story story,
boolean givenStory) |
void |
dryRun() |
void |
example(Map<String,String> tableRow) |
void |
failed(String step,
Throwable cause) |
void |
failedOutcomes(String step,
OutcomesTable table) |
void |
givenStories(GivenStories givenStories) |
void |
givenStories(List<String> storyPaths) |
void |
ignorable(String step) |
void |
lifecyle(Lifecycle lifecycle) |
void |
narrative(Narrative narrative) |
void |
notPerformed(String step) |
void |
pending(String step) |
void |
pendingMethods(List<String> methods) |
void |
restarted(String step,
Throwable cause) |
void |
scenarioMeta(Meta meta) |
void |
scenarioNotAllowed(Scenario scenario,
String filter) |
void |
storyCancelled(Story story,
StoryDuration storyDuration) |
void |
storyNotAllowed(Story story,
String filter) |
void |
successful(String step) |
void storyCancelled(Story story, StoryDuration storyDuration)
void beforeStory(Story story, boolean givenStory)
void afterStory(boolean givenStory)
void narrative(Narrative narrative)
void lifecyle(Lifecycle lifecycle)
void beforeScenario(String scenarioTitle)
void scenarioMeta(Meta meta)
void afterScenario()
void givenStories(GivenStories givenStories)
void beforeExamples(List<String> steps, ExamplesTable table)
void afterExamples()
void beforeStep(String step)
void successful(String step)
void ignorable(String step)
void pending(String step)
void notPerformed(String step)
void failedOutcomes(String step, OutcomesTable table)
void dryRun()
Copyright © 2003-2014. All Rights Reserved.