Package | Description |
---|---|
org.jbehave.core.reporters |
Modifier and Type | Class and Description |
---|---|
class |
ContextOutput |
class |
CrossReference |
static class |
StoryReporterBuilder.ProvidedFormat
A Format that wraps a StoryReporter instance provided.
|
Modifier and Type | Field and 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.STATS
STATS is not just about output formats, it is needed by the final
reports.html summary page.
|
static Format |
Format.TXT |
static Format |
Format.XML |
static Format |
Format.XML_TEMPLATE |
Modifier and Type | Method and Description |
---|---|
java.util.List<Format> |
StoryReporterBuilder.formats() |
Modifier and Type | Method and Description |
---|---|
StoryReporter |
StoryReporterBuilder.reporterFor(java.lang.String storyPath,
Format format) |
StoryReporterBuilder |
StoryReporterBuilder.withFormats(Format... formats) |
CrossReference |
CrossReference.withThreadSafeDelegateFormat(Format format) |
Copyright © 2003-2014. All Rights Reserved.