Uses of Interface
org.jbehave.core.reporters.ViewGenerator
-
Uses of ViewGenerator in org.jbehave.core.configuration
Modifier and TypeFieldDescriptionprotected ViewGenerator
Configuration.viewGenerator
Use Freemarker-based view generatorModifier and TypeMethodDescriptionConfiguration.viewGenerator()
UnmodifiableConfiguration.viewGenerator()
Modifier and TypeMethodDescriptionConfiguration.useViewGenerator
(ViewGenerator viewGenerator) UnmodifiableConfiguration.useViewGenerator
(ViewGenerator viewGenerator) -
Uses of ViewGenerator in org.jbehave.core.reporters
Modifier and TypeClassDescriptionclass
Freemarker-basedViewGenerator
, which uses the configured FTL templates for the views.class
ViewGenerator
, which uses the configuredTemplateProcessor
to generate the views from templates.