Package | Description |
---|---|
org.jbehave.core.reporters |
Modifier and Type | Class and Description |
---|---|
class |
ANSIConsoleOutput
Story reporter that outputs as ANSI-coded text to System.out.
|
class |
ConsoleOutput
Story reporter that outputs as TXT to System.out.
|
class |
ContextStoryReporter |
class |
HtmlOutput
Story reporter that outputs to a PrintStream, as HTML.
|
class |
HtmlTemplateOutput
A templateable output that generates HTML.
|
class |
IdeOnlyConsoleOutput
Outputs to the console only if running in an IDE.
|
class |
JsonOutput
Story reporter that outputs to a PrintStream, as JSON.
|
class |
JsonTemplateOutput
A templateable output that generates JSON.
|
class |
PostStoryStatisticsCollector
Reporter that collects statistics and writes them as properties to output
stream after each story
|
class |
PrintStreamOutput
Abstract story reporter that outputs to a PrintStream.
|
class |
SilentSuccessFilter
Filters out the reports from all stories that pass, The delegate receives
output only for failing or pending stories.
|
class |
TeamCityConsoleOutput
Decorates console output to allow TeamCity build script interaction:
https://confluence.jetbrains.com/display/TCD9/Build+Script+Interaction+with+
TeamCity
Scenarios are interpreted as TeamCity tests.
|
class |
TemplateableOutput
Story reporter that outputs to a template.
|
class |
TxtOutput
Story reporter that outputs to a PrintStream, as TXT.
|
class |
XmlOutput
Story reporter that outputs to a PrintStream, as XML.
|
class |
XmlTemplateOutput
A templateable output that generates XML.
|
Copyright © 2003–2021. All rights reserved.