public class ConcurrentStoryReporter extends java.lang.Object implements StoryReporter
Modifier and Type | Class and Description |
---|---|
static class |
ConcurrentStoryReporter.DelayedMethod |
Constructor and Description |
---|
ConcurrentStoryReporter(StoryReporter crossReferencing,
StoryReporter delegate,
boolean multiThreading) |
Modifier and Type | Method and Description |
---|---|
void |
afterExamples() |
void |
afterScenario() |
void |
afterStory(boolean givenStory) |
void |
beforeExamples(java.util.List<java.lang.String> steps,
ExamplesTable table) |
void |
beforeScenario(java.lang.String scenarioTitle) |
void |
beforeStep(java.lang.String step) |
void |
beforeStory(Story story,
boolean givenStory) |
void |
dryRun() |
void |
example(java.util.Map<java.lang.String,java.lang.String> tableRow) |
void |
failed(java.lang.String step,
java.lang.Throwable cause) |
void |
failedOutcomes(java.lang.String step,
OutcomesTable table) |
StoryReporter |
getDelegate() |
void |
givenStories(GivenStories stories) |
void |
givenStories(java.util.List<java.lang.String> storyPaths) |
void |
ignorable(java.lang.String step) |
void |
invokeDelayed() |
void |
lifecyle(Lifecycle aLifecycle) |
void |
narrative(Narrative aNarrative) |
void |
notPerformed(java.lang.String step) |
void |
pending(java.lang.String step) |
void |
pendingMethods(java.util.List<java.lang.String> methods) |
void |
restarted(java.lang.String step,
java.lang.Throwable cause) |
void |
scenarioMeta(Meta meta) |
void |
scenarioNotAllowed(Scenario scenario,
java.lang.String filter) |
void |
storyCancelled(Story story,
StoryDuration storyDuration) |
void |
storyNotAllowed(Story story,
java.lang.String filter) |
void |
successful(java.lang.String step) |
public ConcurrentStoryReporter(StoryReporter crossReferencing, StoryReporter delegate, boolean multiThreading)
public void storyNotAllowed(Story story, java.lang.String filter)
storyNotAllowed
in interface StoryReporter
public void beforeStory(Story story, boolean givenStory)
beforeStory
in interface StoryReporter
public void afterStory(boolean givenStory)
afterStory
in interface StoryReporter
public void narrative(Narrative aNarrative)
narrative
in interface StoryReporter
public void lifecyle(Lifecycle aLifecycle)
lifecyle
in interface StoryReporter
public void scenarioNotAllowed(Scenario scenario, java.lang.String filter)
scenarioNotAllowed
in interface StoryReporter
public void beforeScenario(java.lang.String scenarioTitle)
beforeScenario
in interface StoryReporter
public void scenarioMeta(Meta meta)
scenarioMeta
in interface StoryReporter
public void afterScenario()
afterScenario
in interface StoryReporter
public void givenStories(GivenStories stories)
givenStories
in interface StoryReporter
public void givenStories(java.util.List<java.lang.String> storyPaths)
givenStories
in interface StoryReporter
public void beforeExamples(java.util.List<java.lang.String> steps, ExamplesTable table)
beforeExamples
in interface StoryReporter
public void example(java.util.Map<java.lang.String,java.lang.String> tableRow)
example
in interface StoryReporter
public void afterExamples()
afterExamples
in interface StoryReporter
public void beforeStep(java.lang.String step)
beforeStep
in interface StoryReporter
public void successful(java.lang.String step)
successful
in interface StoryReporter
public void ignorable(java.lang.String step)
ignorable
in interface StoryReporter
public void pending(java.lang.String step)
pending
in interface StoryReporter
public void notPerformed(java.lang.String step)
notPerformed
in interface StoryReporter
public void failed(java.lang.String step, java.lang.Throwable cause)
failed
in interface StoryReporter
public void failedOutcomes(java.lang.String step, OutcomesTable table)
failedOutcomes
in interface StoryReporter
public void dryRun()
dryRun
in interface StoryReporter
public void pendingMethods(java.util.List<java.lang.String> methods)
pendingMethods
in interface StoryReporter
public void restarted(java.lang.String step, java.lang.Throwable cause)
restarted
in interface StoryReporter
public void storyCancelled(Story story, StoryDuration storyDuration)
storyCancelled
in interface StoryReporter
public StoryReporter getDelegate()
public void invokeDelayed()
Copyright © 2003-2014. All Rights Reserved.