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 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)
void 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–2018. All rights reserved.