org.jbehave.core.reporters
Interface ViewGenerator

All Known Implementing Classes:
FreemarkerViewGenerator

public interface ViewGenerator

A view generator is responsible for creating a collective view of file-based outputs of the story reporters. The generator assumes all story outputs have been written to the output directory in the formats specified during the running of the stories.


Method Summary
 int countFailedScenarios()
           
 int countScenarios()
           
 int countStories()
           
 void generateView(java.io.File outputDirectory, java.util.List<java.lang.String> formats, java.util.Properties viewResources)
           
 

Method Detail

generateView

void generateView(java.io.File outputDirectory,
                  java.util.List<java.lang.String> formats,
                  java.util.Properties viewResources)

countStories

int countStories()

countScenarios

int countScenarios()

countFailedScenarios

int countFailedScenarios()


Copyright © 2003-2010. All Rights Reserved.