Package | Description |
---|---|
org.jbehave.core.configuration | |
org.jbehave.core.reporters | |
org.jbehave.core.steps |
Modifier and Type | Method and Description |
---|---|
StoryReporter |
UnmodifiableConfiguration.defaultStoryReporter()
Deprecated.
|
StoryReporter |
PropertyBasedConfiguration.defaultStoryReporter()
Deprecated.
Use StoryReporterBuilder()
|
StoryReporter |
Configuration.defaultStoryReporter()
Deprecated.
|
StoryReporter |
UnmodifiableConfiguration.storyReporter(java.lang.String storyPath) |
StoryReporter |
Configuration.storyReporter(java.lang.String storyPath) |
Modifier and Type | Method and Description |
---|---|
Configuration |
UnmodifiableConfiguration.useDefaultStoryReporter(StoryReporter storyReporter) |
Configuration |
Configuration.useDefaultStoryReporter(StoryReporter storyReporter) |
Modifier and Type | Class and Description |
---|---|
class |
ANSIConsoleOutput
Story reporter that outputs as ANSI-coded text to System.out.
|
class |
ConcurrentStoryReporter
When running a multithreading mode, reports cannot be written concurrently but should
be delayed and invoked only at the end of a story, ensuring synchronization on the delegate
responsible for the reporting.
|
class |
ConsoleOutput
Story reporter that outputs as TXT to System.out.
|
class |
ContextStoryReporter |
class |
DelegatingStoryReporter
Reporter which collects other
StoryReporter s and delegates all
invocations to the collected reporters. |
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 |
NullStoryReporter
Null-object implementation of
StoryReporter . |
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 |
StepFailureDecorator
When a step fails, the
Throwable that caused the failure is wrapped
in a StepFailed together with the step during which the failure
occurred. |
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 |
XmlTemplateOuput
Deprecated.
|
class |
XmlTemplateOutput
A templateable output that generates XML.
|
Modifier and Type | Method and Description |
---|---|
StoryReporter |
StoryReporterBuilder.build(java.lang.String storyPath) |
StoryReporter |
StoryReporterBuilder.ProvidedFormat.createStoryReporter(FilePrintStreamFactory factory,
StoryReporterBuilder storyReporterBuilder) |
abstract StoryReporter |
Format.createStoryReporter(FilePrintStreamFactory factory,
StoryReporterBuilder storyReporterBuilder) |
StoryReporter |
CrossReference.createStoryReporter(FilePrintStreamFactory factory,
StoryReporterBuilder storyReporterBuilder) |
StoryReporter |
ContextOutput.createStoryReporter(FilePrintStreamFactory filePrintStreamFactory,
StoryReporterBuilder storyReporterBuilder) |
StoryReporter |
ConcurrentStoryReporter.getDelegate() |
StoryReporter |
StoryReporterBuilder.reporterFor(java.lang.String storyPath,
Format format) |
StoryReporter |
StoryReporterBuilder.reporterFor(java.lang.String storyPath,
StoryReporterBuilder.Format format) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,StoryReporter> |
StoryReporterBuilder.build(java.util.List<java.lang.String> storyPaths) |
java.util.Collection<StoryReporter> |
DelegatingStoryReporter.getDelegates() |
Modifier and Type | Method and Description |
---|---|
void |
ConcurrentStoryReporter.DelayedMethod.invoke(StoryReporter delegate) |
StoryReporterBuilder |
StoryReporterBuilder.withReporters(StoryReporter... reporters) |
Constructor and Description |
---|
ConcurrentStoryReporter(StoryReporter crossReferencing,
StoryReporter delegate,
boolean multiThreading) |
DelegatingStoryReporter(StoryReporter... delegates)
Creates DelegatingStoryReporter with a given varargs of delegates
|
SilentSuccessFilter(StoryReporter delegate) |
StepFailureDecorator(StoryReporter delegate) |
StoryReporterBuilder.ProvidedFormat(StoryReporter reporter) |
Constructor and Description |
---|
DelegatingStoryReporter(java.util.Collection<StoryReporter> delegates)
Creates DelegatingStoryReporter with a given collections of delegates
|
Modifier and Type | Method and Description |
---|---|
void |
StepResult.describeTo(StoryReporter reporter) |
void |
StepCreator.ParameterisedStep.describeTo(StoryReporter storyReporter) |
void |
AbstractStepResult.Failed.describeTo(StoryReporter reporter) |
void |
AbstractStepResult.NotPerformed.describeTo(StoryReporter reporter) |
void |
AbstractStepResult.Pending.describeTo(StoryReporter reporter) |
void |
AbstractStepResult.Successful.describeTo(StoryReporter reporter) |
void |
AbstractStepResult.Ignorable.describeTo(StoryReporter reporter) |
void |
AbstractStepResult.Skipped.describeTo(StoryReporter reporter) |
Copyright © 2003-2014. All Rights Reserved.