Package org.jbehave.core.reporters

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

Class Summary
ConsoleOutput Story reporter that outputs as TXT to System.out.
DelegatingStoryReporter Reporter which collects other StoryReporters and delegates all invocations to the collected reporters.
FilePrintStreamFactory Creates FilePrintStreamFactory.FilePrintStream instances that write to a file identified by the StoryLocation.
FilePrintStreamFactory.FileConfiguration Configuration class for file print streams.
FilePrintStreamFactory.FilePrintStream  
FreemarkerReportRenderer Freemarker-based report renderer, using the file outputs generated by the reporters for the given formats.
FreemarkerReportRenderer.Report  
HtmlOutput Story reporter that outputs to a PrintStream, as HTML.
IdeOnlyConsoleOutput Outputs to the console only if running in an IDE.
PostStoryStatisticsCollector Reporter that collects statistics and writes them as properties to output stream after each story
PrintStreamOutput Story reporter that outputs to a PrintStream, defaulting to System.out.
PrintStreamStepdocReporter Stepdoc reporter that outputs to a PrintStream, defaulting to System.out.
SilentSuccessFilter Filters out the reports from all stories that pass, The delegate receives output only for failing or pending stories.
StepFailureDecorator When a step fails, the Throwable that caused the failure is wrapped in a StepFailure together with the step during which the failure occurred.
StoryReporterBuilder A Builder for StoryReporters.
TxtOutput Story reporter that outputs to a PrintStream, as TXT.
XmlOutput Story reporter that outputs to a PrintStream, as XML.
 

Enum Summary
PrintStreamOutput.Format  
StoryReporterBuilder.Format  
 

Exception Summary
FreemarkerReportRenderer.RendererTemplateNotFoundException  
FreemarkerReportRenderer.RenderingFailedException  
StoryReporterBuilder.UnsupportedReporterFormatException  
 



Copyright © 2003-2010. All Rights Reserved.