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