public interface StoryReporter
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 beforeScenario(String scenarioTitle)
void scenarioMeta(Meta meta)
void afterScenario()
void givenStories(GivenStories givenStories)
void beforeExamples(List<String> steps, ExamplesTable table)
void afterExamples()
void beforeStep(String step)
void successful(String step)
void ignorable(String step)
void pending(String step)
void notPerformed(String step)
void failedOutcomes(String step, OutcomesTable table)
void dryRun()
Copyright © 2003–2015. All rights reserved.