Package org.jbehave.core.reporters
Interface ViewGenerator
- All Known Implementing Classes:
FreemarkerViewGenerator
,TemplateableViewGenerator
public interface ViewGenerator
A view generator is responsible for creating a collective views of stories,
either story maps or file-based reports of stories run.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generateMapsView
(File outputDirectory, StoryMaps storyMaps, Properties viewResources) void
generateReportsView
(File outputDirectory, List<String> formats, Properties viewResources)
-
Method Details
-
generateMapsView
-
generateReportsView
-
getReportsCount
ReportsCount getReportsCount() -
defaultViewProperties
Properties defaultViewProperties()
-