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.


Method Summary
 void render(File outputDirectory, List<String> formats)
           
 

Method Detail

render

void render(File outputDirectory,
            List<String> formats)


Copyright © 2003-2010. All Rights Reserved.