Uses of Class
org.jbehave.core.reporters.Format
-
Packages that use Format Package Description org.jbehave.core.reporters -
-
Uses of Format in org.jbehave.core.reporters
Subclasses of Format in org.jbehave.core.reporters Modifier and Type Class Description class
ContextOutput
static class
StoryReporterBuilder.ProvidedFormat
A Format that wraps a StoryReporter instance provided.Fields in org.jbehave.core.reporters declared as Format Modifier and Type Field Description static Format
Format. ANSI_CONSOLE
static Format
Format. CONSOLE
static Format
Format. HTML
static Format
Format. HTML_TEMPLATE
static Format
Format. IDE_CONSOLE
static Format
Format. JSON
static Format
Format. JSON_TEMPLATE
static Format
Format. STATS
STATS is needed by the final reports.html summary page.static Format
Format. TEAMCITY_CONSOLE
static Format
Format. TXT
static Format
Format. XML
static Format
Format. XML_TEMPLATE
Methods in org.jbehave.core.reporters that return types with arguments of type Format Modifier and Type Method Description List<Format>
StoryReporterBuilder. formats()
Methods in org.jbehave.core.reporters with parameters of type Format Modifier and Type Method Description StoryReporter
StoryReporterBuilder. reporterFor(String storyPath, Format format)
StoryReporterBuilder
StoryReporterBuilder. withFormats(Format... formats)
-