public interface StoryReporter
| Modifier and Type | Method and Description |
|---|---|
void |
afterExamples() |
void |
afterGivenStories() |
void |
afterScenario() |
void |
afterStory(boolean givenOrRestartingStory) |
void |
beforeExamples(List<String> steps,
ExamplesTable table) |
void |
beforeGivenStories() |
void |
beforeScenario(Scenario scenario) |
void |
beforeScenario(String scenarioTitle)
Deprecated.
|
void |
beforeStep(String step) |
void |
beforeStory(Story story,
boolean givenStory) |
void |
comment(String step) |
void |
dryRun() |
void |
example(Map<String,String> tableRow)
Deprecated.
|
void |
example(Map<String,String> tableRow,
int exampleIndex) |
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 |
restartedStory(Story story,
Throwable cause) |
void |
scenarioMeta(Meta meta)
Deprecated.
|
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 givenOrRestartingStory)
void narrative(Narrative narrative)
void lifecyle(Lifecycle lifecycle)
void beforeScenario(Scenario scenario)
@Deprecated void beforeScenario(String scenarioTitle)
beforeScenario(Scenario)scenarioTitle - Scenario title@Deprecated void scenarioMeta(Meta meta)
beforeScenario(Scenario)meta - Scenario metavoid afterScenario()
void beforeGivenStories()
void givenStories(GivenStories givenStories)
void afterGivenStories()
void beforeExamples(List<String> steps, ExamplesTable table)
@Deprecated void example(Map<String,String> tableRow)
example(Map, int)tableRow - Example table rowvoid afterExamples()
void beforeStep(String step)
void successful(String step)
void ignorable(String step)
void comment(String step)
void pending(String step)
void notPerformed(String step)
void failedOutcomes(String step, OutcomesTable table)
void dryRun()
Copyright © 2003–2019. All rights reserved.