Package org.jbehave.core.reporters
Class StoryReporterBuilder.ProvidedFormat
java.lang.Object
org.jbehave.core.reporters.Format
org.jbehave.core.reporters.StoryReporterBuilder.ProvidedFormat
- Enclosing class:
- StoryReporterBuilder
A Format that wraps a StoryReporter instance provided.
-
Field Summary
Fields inherited from class org.jbehave.core.reporters.Format
ANSI_CONSOLE, CONSOLE, HTML, HTML_TEMPLATE, IDE_CONSOLE, JSON, JSON_TEMPLATE, STATS, TEAMCITY_CONSOLE, TXT, XML, XML_TEMPLATE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateStoryReporter
(FilePrintStreamFactory factory, StoryReporterBuilder storyReporterBuilder)
-
Constructor Details
-
ProvidedFormat
-
-
Method Details
-
createStoryReporter
public StoryReporter createStoryReporter(FilePrintStreamFactory factory, StoryReporterBuilder storyReporterBuilder) - Specified by:
createStoryReporter
in classFormat
-