org.jbehave.core.reporters
Interface ReportRenderer
- All Known Implementing Classes:
- FreemarkerReportRenderer
public interface ReportRenderer
A report renderer is responsible for creating a collective view of file-based
outputs generated by the reporters. The renderer assumes all reporter outputs have
been generated to the output directory in the formats specified.
render
void render(java.io.File outputDirectory,
java.util.List<java.lang.String> formats)
countScenarios
int countScenarios()
countFailedScenarios
int countFailedScenarios()
Copyright © 2003-2010. All Rights Reserved.