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