Uses of Interface
org.jbehave.core.reporters.ViewGenerator

Packages that use ViewGenerator
org.jbehave.core.configuration   
org.jbehave.core.reporters   
 

Uses of ViewGenerator in org.jbehave.core.configuration
 

Methods in org.jbehave.core.configuration that return ViewGenerator
 ViewGenerator UnmodifiableConfiguration.viewGenerator()
           
 ViewGenerator Configuration.viewGenerator()
           
 

Methods in org.jbehave.core.configuration with parameters of type ViewGenerator
 void UnmodifiableConfiguration.useViewGenerator(ViewGenerator viewGenerator)
           
 void Configuration.useViewGenerator(ViewGenerator viewGenerator)
           
 

Uses of ViewGenerator in org.jbehave.core.reporters
 

Classes in org.jbehave.core.reporters that implement ViewGenerator
 class FreemarkerViewGenerator
           Freemarker-based ViewGenerator, using the file outputs of the reporters for the given formats.
 



Copyright © 2003-2010. All Rights Reserved.