org.jbehave.core.reporters
Class NullStoryReporter
java.lang.Object
org.jbehave.core.reporters.NullStoryReporter
- All Implemented Interfaces:
- StoryReporter
public class NullStoryReporter
- extends java.lang.Object
- implements StoryReporter
Null-object implementation of
StoryReporter. Users can subclass it and can override only the method that they
are interested in.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullStoryReporter
public NullStoryReporter()
beforeStep
public void beforeStep(java.lang.String step)
- Specified by:
beforeStep in interface StoryReporter
successful
public void successful(java.lang.String step)
- Specified by:
successful in interface StoryReporter
ignorable
public void ignorable(java.lang.String step)
- Specified by:
ignorable in interface StoryReporter
pending
public void pending(java.lang.String step)
- Specified by:
pending in interface StoryReporter
notPerformed
public void notPerformed(java.lang.String step)
- Specified by:
notPerformed in interface StoryReporter
failed
public void failed(java.lang.String step,
java.lang.Throwable cause)
- Specified by:
failed in interface StoryReporter
failedOutcomes
public void failedOutcomes(java.lang.String step,
OutcomesTable table)
- Specified by:
failedOutcomes in interface StoryReporter
storyNotAllowed
public void storyNotAllowed(Story story,
java.lang.String filter)
- Specified by:
storyNotAllowed in interface StoryReporter
beforeStory
public void beforeStory(Story story,
boolean givenStory)
- Specified by:
beforeStory in interface StoryReporter
storyCancelled
public void storyCancelled(Story story,
StoryDuration storyDuration)
- Specified by:
storyCancelled in interface StoryReporter
afterStory
public void afterStory(boolean givenStory)
- Specified by:
afterStory in interface StoryReporter
narrative
public void narrative(Narrative narrative)
- Specified by:
narrative in interface StoryReporter
givenStories
public void givenStories(GivenStories givenStories)
- Specified by:
givenStories in interface StoryReporter
givenStories
public void givenStories(java.util.List<java.lang.String> storyPaths)
- Specified by:
givenStories in interface StoryReporter
beforeScenario
public void beforeScenario(java.lang.String title)
- Specified by:
beforeScenario in interface StoryReporter
scenarioNotAllowed
public void scenarioNotAllowed(Scenario scenario,
java.lang.String filter)
- Specified by:
scenarioNotAllowed in interface StoryReporter
scenarioMeta
public void scenarioMeta(Meta meta)
- Specified by:
scenarioMeta in interface StoryReporter
afterScenario
public void afterScenario()
- Specified by:
afterScenario in interface StoryReporter
beforeExamples
public void beforeExamples(java.util.List<java.lang.String> steps,
ExamplesTable table)
- Specified by:
beforeExamples in interface StoryReporter
example
public void example(java.util.Map<java.lang.String,java.lang.String> tableRow)
- Specified by:
example in interface StoryReporter
afterExamples
public void afterExamples()
- Specified by:
afterExamples in interface StoryReporter
dryRun
public void dryRun()
- Specified by:
dryRun in interface StoryReporter
pendingMethods
public void pendingMethods(java.util.List<java.lang.String> methods)
- Specified by:
pendingMethods in interface StoryReporter
restarted
public void restarted(java.lang.String step,
java.lang.Throwable cause)
- Specified by:
restarted in interface StoryReporter
Copyright © 2003-2012. All Rights Reserved.