Uses of Interface
org.jbehave.core.reporters.StoryReporter
Package
Description
-
Uses of StoryReporter in org.jbehave.core.configuration
Modifier and TypeFieldDescriptionprotected StoryReporter
Configuration.defaultStoryReporter
Reports stories to console outputModifier and TypeMethodDescriptionConfiguration.defaultStoryReporter()
PropertyBasedConfiguration.defaultStoryReporter()
If the system propertyPropertyBasedConfiguration.SILENT_SUCCESS
is set, uses aSilentSuccessFilter
to decorate the default StoryReporter.UnmodifiableConfiguration.defaultStoryReporter()
Configuration.storyReporter
(String storyPath) UnmodifiableConfiguration.storyReporter
(String storyPath) Modifier and TypeMethodDescriptionConfiguration.useDefaultStoryReporter
(StoryReporter storyReporter) UnmodifiableConfiguration.useDefaultStoryReporter
(StoryReporter storyReporter) -
Uses of StoryReporter in org.jbehave.core.embedder
Modifier and TypeMethodDescriptionPerformableTree.State.run
(Step step, List<StepResult> results, Keywords keywords, StoryReporter reporter) -
Uses of StoryReporter in org.jbehave.core.junit
-
Uses of StoryReporter in org.jbehave.core.reporters
Modifier and TypeClassDescriptionclass
Story reporter that outputs as ANSI-coded text to System.out.class
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
Story reporter that outputs as TXT to System.out.class
class
Reporter which collects otherStoryReporter
s and delegates all invocations to the collected reporters.class
Story reporter that outputs to a PrintStream, as HTML.class
A templateable output that generates HTML.class
Outputs to the console only if running in an IDE.class
Story reporter that outputs to a PrintStream, as JSON.class
A templateable output that generates JSON.class
Null-object implementation ofStoryReporter
.class
Reporter that collects statistics and writes them as properties to output stream after each storyclass
Abstract story reporter that outputs to a PrintStream.class
Filters out the reports from all stories that pass, The delegate receives output only for failing or pending stories.class
When a step fails, theThrowable
that caused the failure is wrapped in aStepFailed
together with the step during which the failure occurred.class
Decorates console output to allow TeamCity build script interaction: * https://confluence.jetbrains.com/display/TCD9/Build+Script+Interaction+with+TeamCityclass
Story reporter that outputs to a template.class
Story reporter that outputs to a PrintStream, as TXT.class
Story reporter that outputs to a PrintStream, as XML.class
A templateable output that generates XML.Modifier and TypeMethodDescriptionContextOutput.createStoryReporter
(FilePrintStreamFactory filePrintStreamFactory, StoryReporterBuilder storyReporterBuilder) abstract StoryReporter
Format.createStoryReporter
(FilePrintStreamFactory factory, StoryReporterBuilder storyReporterBuilder) StoryReporterBuilder.ProvidedFormat.createStoryReporter
(FilePrintStreamFactory factory, StoryReporterBuilder storyReporterBuilder) ConcurrentStoryReporter.getDelegate()
StoryReporterBuilder.reporterFor
(String storyPath, Format format) Modifier and TypeMethodDescriptionvoid
ConcurrentStoryReporter.DelayedMethod.invoke
(StoryReporter delegate) StoryReporterBuilder.withReporters
(StoryReporter... reporters) ModifierConstructorDescriptionConcurrentStoryReporter
(StoryReporter crossReferencing, List<StoryReporter> delegates, boolean multiThreading) DelegatingStoryReporter
(StoryReporter... delegates) Creates DelegatingStoryReporter with a given varargs of delegatesProvidedFormat
(StoryReporter reporter) SilentSuccessFilter
(StoryReporter delegate) StepFailureDecorator
(StoryReporter delegate) ModifierConstructorDescriptionConcurrentStoryReporter
(StoryReporter crossReferencing, List<StoryReporter> delegates, boolean multiThreading) DelegatingStoryReporter
(Collection<StoryReporter> delegates) Creates DelegatingStoryReporter with a given collections of delegates -
Uses of StoryReporter in org.jbehave.core.steps
Modifier and TypeMethodDescriptionvoid
AbstractStepResult.Comment.describeTo
(StoryReporter reporter) void
AbstractStepResult.Failed.describeTo
(StoryReporter reporter) void
AbstractStepResult.Ignorable.describeTo
(StoryReporter reporter) void
AbstractStepResult.NotPerformed.describeTo
(StoryReporter reporter) void
AbstractStepResult.Pending.describeTo
(StoryReporter reporter) void
AbstractStepResult.Skipped.describeTo
(StoryReporter reporter) void
AbstractStepResult.Successful.describeTo
(StoryReporter reporter) void
StepResult.describeTo
(StoryReporter reporter) Step.doNotPerform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) StepCreator.Comment.doNotPerform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) StepCreator.ConditionalStep.doNotPerform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) StepCreator.IgnorableStep.doNotPerform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) StepCreator.ParametrisedStep.doNotPerform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) StepCreator.PendingStep.doNotPerform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) Step.perform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) StepCreator.ConditionalStep.perform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) final StepResult
StepCreator.ReportingAbstractStep.perform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailure)