Package org.jbehave.scenario.reporters

Interface Summary
ScenarioReporter Allows the runner to report the state of running scenario steps.
StepdocReporter Generates reports of generated StepDocs
 

Class Summary
PassSilentlyDecorator Swallows the reports from all scenarios that pass, providing output only for failing or pending scenarios.
PrintStreamScenarioReporter Scenario reporter that outputs to a PrintStream, defaulting to System.out.
PrintStreamStepdocReporter Stepdoc reporter that outputs to a PrintStream, defaulting to System.out.
StepFailureScenarioReporterDecorator When a step fails, the Throwable that caused the failure is wrapped in a StepFailure together with the step during which the failure occurred.
 



Copyright © 2003-2009. All Rights Reserved.