Class StepFailureDecorator

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

public class StepFailureDecorator extends DelegatingStoryReporter

When a step fails, the Throwable that caused the failure is wrapped in a StepFailed together with the step during which the failure occurred. If such a failure occurs it will throw the StepFailed after the story is finished.

See Also: