Package org.jbehave.scenario.reporters

Interface Summary
PrintStreamFactory Creates PrintStream instances for named stories
ReportRenderer A report renderer is responsible for creating a collective view of file-based outputs generated by the reporters.
ScenarioReporter Allows the runner to report the state of running scenarios
StepdocReporter Generates reports of generated StepDocs
 

Class Summary
DelegatingScenarioReporter Reporter which collects other ScenarioReporters and delegates all invocations to the collected reporters.
FilePrintStreamFactory Creates PrintStream instances that write to a file.
FilePrintStreamFactory.FileConfiguration Configuration class for file print streams.
FreemarkerReportRenderer Freemarker-based report renderer, using the file outputs generated by the reporters for the given formats.
FreemarkerReportRenderer.Report  
HtmlPrintStreamScenarioReporter Scenario reporter that outputs to a PrintStream, as HTML.
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.
ScenarioReporterBuilder A Builder for ScenarioReporters.
StatisticsScenarioReporter Scenario reporter that collects statistics and stores them as properties to output stream
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.
XmlPrintStreamScenarioReporter Scenario reporter that outputs to a PrintStream, as XML.
 

Enum Summary
PrintStreamScenarioReporter.Format  
ScenarioReporterBuilder.Format  
 

Exception Summary
FreemarkerReportRenderer.RendererTemplateNotFoundException  
FreemarkerReportRenderer.RenderingFailedException  
ScenarioReporterBuilder.UnsupportedReporterFormatException  
 



Copyright © 2003-2010. All Rights Reserved.