public interface StoryReporter
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 beforeStorySteps(StepCollector.Stage stage)
void afterStorySteps(StepCollector.Stage stage)
void beforeScenarioSteps(StepCollector.Stage stage)
void afterScenarioSteps(StepCollector.Stage stage)
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–2021. All rights reserved.