Class DelegatingStoryReporter

java.lang.Object
org.jbehave.core.reporters.DelegatingStoryReporter
All Implemented Interfaces:
StoryReporter
Direct Known Subclasses:
StepFailureDecorator

public class DelegatingStoryReporter extends Object implements StoryReporter
Reporter which collects other StoryReporters and delegates all invocations to the collected reporters.
Author:
Mirko FriedenHagen