public class ConcurrentStoryReporter extends Object implements StoryReporter
| Modifier and Type | Class and Description |
|---|---|
static class |
ConcurrentStoryReporter.DelayedMethod |
| Constructor and Description |
|---|
ConcurrentStoryReporter(StoryReporter crossReferencing,
StoryReporter delegate,
boolean multiThreading) |
public ConcurrentStoryReporter(StoryReporter crossReferencing, StoryReporter delegate, boolean multiThreading)
public void storyNotAllowed(Story story, String filter)
storyNotAllowed in interface StoryReporterpublic void beforeStory(Story story, boolean givenStory)
beforeStory in interface StoryReporterpublic void afterStory(boolean givenStory)
afterStory in interface StoryReporterpublic void narrative(Narrative aNarrative)
narrative in interface StoryReporterpublic void lifecyle(Lifecycle aLifecycle)
lifecyle in interface StoryReporterpublic void beforeStorySteps(StepCollector.Stage stage)
beforeStorySteps in interface StoryReporterpublic void afterStorySteps(StepCollector.Stage stage)
afterStorySteps in interface StoryReporterpublic void beforeScenarioSteps(StepCollector.Stage stage)
beforeScenarioSteps in interface StoryReporterpublic void afterScenarioSteps(StepCollector.Stage stage)
afterScenarioSteps in interface StoryReporterpublic void scenarioNotAllowed(Scenario scenario, String filter)
scenarioNotAllowed in interface StoryReporterpublic void beforeScenario(Scenario scenario)
beforeScenario in interface StoryReporterpublic void beforeScenario(String scenarioTitle)
beforeScenario in interface StoryReporterscenarioTitle - Scenario titlepublic void scenarioMeta(Meta meta)
scenarioMeta in interface StoryReportermeta - Scenario metapublic void afterScenario()
afterScenario in interface StoryReporterpublic void beforeGivenStories()
beforeGivenStories in interface StoryReporterpublic void givenStories(GivenStories stories)
givenStories in interface StoryReporterpublic void givenStories(List<String> storyPaths)
givenStories in interface StoryReporterpublic void afterGivenStories()
afterGivenStories in interface StoryReporterpublic void beforeExamples(List<String> steps, ExamplesTable table)
beforeExamples in interface StoryReporterpublic void example(Map<String,String> tableRow)
example in interface StoryReportertableRow - Example table rowpublic void example(Map<String,String> tableRow, int exampleIndex)
example in interface StoryReporterpublic void afterExamples()
afterExamples in interface StoryReporterpublic void beforeStep(String step)
beforeStep in interface StoryReporterpublic void successful(String step)
successful in interface StoryReporterpublic void ignorable(String step)
ignorable in interface StoryReporterpublic void comment(String step)
comment in interface StoryReporterpublic void pending(String step)
pending in interface StoryReporterpublic void notPerformed(String step)
notPerformed in interface StoryReporterpublic void failed(String step, Throwable cause)
failed in interface StoryReporterpublic void failedOutcomes(String step, OutcomesTable table)
failedOutcomes in interface StoryReporterpublic 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 restartedStory(Story story, Throwable cause)
restartedStory in interface StoryReporterpublic void storyCancelled(Story story, StoryDuration storyDuration)
storyCancelled in interface StoryReporterpublic StoryReporter getDelegate()
public boolean invoked()
public void invokeDelayed()
Copyright © 2003–2019. All rights reserved.