Uses of Package
org.jbehave.core.reporters
Packages that use org.jbehave.core.reporters
Package
Description
-
Classes in org.jbehave.core.reporters used by org.jbehave.core.configurationClassDescriptionAllows the runner to report the state of running storiesA Builder for
StoryReporters.A view generator is responsible for creating a collective views of stories, either story maps or file-based reports of stories run. -
Classes in org.jbehave.core.reporters used by org.jbehave.core.embedderClassDescriptionAllows the runner to report the state of running stories
-
Classes in org.jbehave.core.reporters used by org.jbehave.core.junitClassDescriptionNull-object implementation of
StoryReporter.Allows the runner to report the state of running stories -
Classes in org.jbehave.core.reporters used by org.jbehave.core.reportersClassDescriptionStory reporter that outputs as ANSI-coded text to System.out.Story reporter that outputs as TXT to System.out.Reporter which collects other
StoryReporters and delegates all invocations to the collected reporters.CreatesPrintStreaminstances that write to a file identified by theStoryLocation.Resolves directory from code location parent file.Configuration class for file print streams.A Format is aStoryReporterfactory, allowing named-based pre-defined story reporters to be configured via theStoryReporterBuilder.withFormats(Format...)method.Null-object implementation ofStoryReporter.CreatesPrintStreaminstances.Abstract story reporter that outputs to a PrintStream.ManagesSGRCodes.SGRCodes used byANSIConsoleOutputAllows the runner to report the state of running storiesA Builder forStoryReporters.Story reporter that outputs to a template.ViewGenerator, which uses the configuredTemplateProcessorto generate the views from templates.Story reporter that outputs to a PrintStream, as TXT.A view generator is responsible for creating a collective views of stories, either story maps or file-based reports of stories run. -
Classes in org.jbehave.core.reporters used by org.jbehave.core.steps