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 |
HtmlOutput
Story reporter that outputs to a PrintStream, as HTML.
|
class |
IdeOnlyConsoleOutput
Outputs to the console only if running in an IDE.
|
class |
TxtOutput
Story reporter that outputs to a PrintStream, as TXT.
|
class |
XmlOutput
Story reporter that outputs to a PrintStream, as XML.
|
Modifier and Type | Method and Description |
---|---|
PrintStreamOutput |
PrintStreamOutput.doCompressFailureTrace(boolean compressFailureTrace) |
PrintStreamOutput |
PrintStreamOutput.doReportFailureTrace(boolean reportFailureTrace) |
Copyright © 2003-2014. All Rights Reserved.