Package org.jbehave.core.reporters
Class Format
java.lang.Object
org.jbehave.core.reporters.Format
- Direct Known Subclasses:
ContextOutput,StoryReporterBuilder.ProvidedFormat
A Format is a
StoryReporter factory, allowing named-based pre-defined
story reporters to be configured via the
StoryReporterBuilder.withFormats(Format...) method. Users wanting to
configure their custom defined story reporters, can do so via the
StoryReporterBuilder.withReporters(StoryReporter...) method, or use
the StoryReporterBuilder.ProvidedFormat wrapper.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Formatstatic final Formatstatic final Formatstatic final Formatstatic final Formatstatic final Formatstatic final Formatstatic final FormatSTATS is needed by the final reports.html summary page.static final Formatstatic final Formatstatic final Formatstatic final Format -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StoryReportercreateStoryReporter(FilePrintStreamFactory factory, StoryReporterBuilder storyReporterBuilder) name()static voidprintln(PrintStream writer, String format, Object... args) toString()
-
Field Details
-
CONSOLE
-
ANSI_CONSOLE
-
IDE_CONSOLE
-
TEAMCITY_CONSOLE
-
TXT
-
HTML
-
XML
-
JSON
-
HTML_TEMPLATE
-
XML_TEMPLATE
-
JSON_TEMPLATE
-
STATS
STATS is needed by the final reports.html summary page.
-
-
Constructor Details
-
Format
-
-
Method Details
-
name
-
createStoryReporter
public abstract StoryReporter createStoryReporter(FilePrintStreamFactory factory, StoryReporterBuilder storyReporterBuilder) -
println
-
toString
-