Uses of Interface
org.jbehave.core.reporters.ViewGenerator
-
Packages that use ViewGenerator Package Description org.jbehave.core.annotations org.jbehave.core.configuration org.jbehave.core.reporters -
-
Uses of ViewGenerator in org.jbehave.core.annotations
Methods in org.jbehave.core.annotations that return types with arguments of type ViewGenerator Modifier and Type Method Description Class<? extends ViewGenerator>
viewGenerator()
-
Uses of ViewGenerator in org.jbehave.core.configuration
Fields in org.jbehave.core.configuration declared as ViewGenerator Modifier and Type Field Description protected ViewGenerator
Configuration. viewGenerator
Use Freemarker-based view generatorMethods in org.jbehave.core.configuration that return ViewGenerator Modifier and Type Method Description ViewGenerator
Configuration. viewGenerator()
ViewGenerator
UnmodifiableConfiguration. viewGenerator()
Methods in org.jbehave.core.configuration with parameters of type ViewGenerator Modifier and Type Method Description Configuration
Configuration. useViewGenerator(ViewGenerator viewGenerator)
Configuration
UnmodifiableConfiguration. useViewGenerator(ViewGenerator viewGenerator)
-
Uses of ViewGenerator in org.jbehave.core.reporters
Classes in org.jbehave.core.reporters that implement ViewGenerator Modifier and Type Class Description class
FreemarkerViewGenerator
Freemarker-basedViewGenerator
, which uses the configured FTL templates for the views.class
TemplateableViewGenerator
ViewGenerator
, which uses the configuredTemplateProcessor
to generate the views from templates.
-