Uses of Interface
org.jbehave.core.reporters.StoryReporter
Packages that use StoryReporter
Package
Description
-
Uses of StoryReporter in org.jbehave.core.configuration
Fields in org.jbehave.core.configuration declared as StoryReporterModifier and TypeFieldDescriptionprotected StoryReporterConfiguration.defaultStoryReporterReports stories to console outputMethods in org.jbehave.core.configuration that return StoryReporterModifier and TypeMethodDescriptionConfiguration.defaultStoryReporter()PropertyBasedConfiguration.defaultStoryReporter()If the system propertyPropertyBasedConfiguration.SILENT_SUCCESSis set, uses aSilentSuccessFilterto decorate the default StoryReporter.UnmodifiableConfiguration.defaultStoryReporter()Configuration.storyReporter(String storyPath) UnmodifiableConfiguration.storyReporter(String storyPath) Methods in org.jbehave.core.configuration with parameters of type StoryReporterModifier and TypeMethodDescriptionConfiguration.useDefaultStoryReporter(StoryReporter storyReporter) UnmodifiableConfiguration.useDefaultStoryReporter(StoryReporter storyReporter) -
Uses of StoryReporter in org.jbehave.core.embedder
Methods in org.jbehave.core.embedder that return StoryReporterMethods in org.jbehave.core.embedder with parameters of type StoryReporterModifier and TypeMethodDescriptionPerformableTree.State.run(Step step, List<StepResult> results, Keywords keywords, StoryReporter reporter) -
Uses of StoryReporter in org.jbehave.core.junit
Classes in org.jbehave.core.junit that implement StoryReporter -
Uses of StoryReporter in org.jbehave.core.reporters
Classes in org.jbehave.core.reporters that implement StoryReporterModifier and TypeClassDescriptionclassStory reporter that outputs as ANSI-coded text to System.out.classWhen 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.classStory reporter that outputs as TXT to System.out.classclassReporter which collects otherStoryReporters and delegates all invocations to the collected reporters.classStory reporter that outputs to a PrintStream, as HTML.classA templateable output that generates HTML.classOutputs to the console only if running in an IDE.classStory reporter that outputs to a PrintStream, as JSON.classA templateable output that generates JSON.classNull-object implementation ofStoryReporter.classReporter that collects statistics and writes them as properties to output stream after each storyclassAbstract story reporter that outputs to a PrintStream.classFilters out the reports from all stories that pass, The delegate receives output only for failing or pending stories.classWhen a step fails, theThrowablethat caused the failure is wrapped in aStepFailedtogether with the step during which the failure occurred.classDecorates console output to allow TeamCity build script interaction: * https://confluence.jetbrains.com/display/TCD9/Build+Script+Interaction+with+TeamCityclassStory reporter that outputs to a template.classStory reporter that outputs to a PrintStream, as TXT.classStory reporter that outputs to a PrintStream, as XML.classA templateable output that generates XML.Methods in org.jbehave.core.reporters that return StoryReporterModifier and TypeMethodDescriptionContextOutput.createStoryReporter(FilePrintStreamFactory filePrintStreamFactory, StoryReporterBuilder storyReporterBuilder) abstract StoryReporterFormat.createStoryReporter(FilePrintStreamFactory factory, StoryReporterBuilder storyReporterBuilder) StoryReporterBuilder.ProvidedFormat.createStoryReporter(FilePrintStreamFactory factory, StoryReporterBuilder storyReporterBuilder) ConcurrentStoryReporter.getDelegate()StoryReporterBuilder.reporterFor(String storyPath, Format format) Methods in org.jbehave.core.reporters that return types with arguments of type StoryReporterMethods in org.jbehave.core.reporters with parameters of type StoryReporterModifier and TypeMethodDescriptionvoidConcurrentStoryReporter.DelayedMethod.invoke(StoryReporter delegate) StoryReporterBuilder.withReporters(StoryReporter... reporters) Constructors in org.jbehave.core.reporters with parameters of type StoryReporterModifierConstructorDescriptionConcurrentStoryReporter(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) Constructor parameters in org.jbehave.core.reporters with type arguments of type StoryReporterModifierConstructorDescriptionConcurrentStoryReporter(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
Methods in org.jbehave.core.steps with parameters of type StoryReporterModifier and TypeMethodDescriptionvoidAbstractStepResult.Comment.describeTo(StoryReporter reporter) voidAbstractStepResult.Failed.describeTo(StoryReporter reporter) voidAbstractStepResult.Ignorable.describeTo(StoryReporter reporter) voidAbstractStepResult.NotPerformed.describeTo(StoryReporter reporter) voidAbstractStepResult.Pending.describeTo(StoryReporter reporter) voidAbstractStepResult.Skipped.describeTo(StoryReporter reporter) voidAbstractStepResult.Successful.describeTo(StoryReporter reporter) voidStepResult.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 StepResultStepCreator.ReportingAbstractStep.perform(StoryReporter storyReporter, UUIDExceptionWrapper storyFailure)