Class NullStoryReporter

java.lang.Object
org.jbehave.core.reporters.NullStoryReporter
All Implemented Interfaces:
StoryReporter
Direct Known Subclasses:
ContextStoryReporter, JUnit4StoryReporter, PostStoryStatisticsCollector, PrintStreamOutput, SilentSuccessFilter, TemplateableOutput

public class NullStoryReporter extends Object implements StoryReporter

Null-object implementation of StoryReporter. Users can subclass it and can override only the method that they are interested in.