Package org.jbehave.core.configuration
Class MostUsefulConfiguration
- java.lang.Object
-
- org.jbehave.core.configuration.Configuration
-
- org.jbehave.core.configuration.MostUsefulConfiguration
-
- Direct Known Subclasses:
ParanamerConfiguration
,PropertyBasedConfiguration
public class MostUsefulConfiguration extends Configuration
The configuration that works for most situations that users are likely to encounter. The elements configured are:Keywords
:LocalizedKeywords
StoryParser
:RegexStoryParser
StoryLoader
:LoadFromClasspath
StoryControls
:StoryControls
FailureStrategy
:RethrowingFailure
PendingStepStrategy
:PassingUponPendingStep
DefaultStoryReporter
:ConsoleOutput
StepCollector
:MarkUnmatchedStepsAsPending
StepFinder
:StepFinder
StepPatternParser
:RegexPrefixCapturingPatternParser
StepdocReporter
:PrintStreamStepdocReporter
StepMonitor
:SilentStepMonitor
Paranamer
:NullParanamer
ParameterControls
:ParameterControls
ViewGenerator
:FreemarkerViewGenerator
-
-
Field Summary
-
Fields inherited from class org.jbehave.core.configuration.Configuration
aliasParser, aliasPaths, compositeParser, compositePaths, defaultStoryReporter, examplesTableFactory, failureStrategy, keywords, parameterControls, parameterConverters, paranamer, pathCalculator, pendingStepStrategy, stepCollector, stepConditionMatcher, stepdocReporter, stepFinder, stepMonitor, stepPatternParser, stepsContext, storyControls, storyExecutionComparator, storyLoader, storyParser, storyPathResolver, storyReporterBuilder, tableParsers, tableTransformerMonitor, tableTransformers, viewGenerator
-
-
Constructor Summary
Constructors Constructor Description MostUsefulConfiguration()
-
Method Summary
-
Methods inherited from class org.jbehave.core.configuration.Configuration
aliasParser, aliasPaths, compositeParser, compositePaths, defaultStoryReporter, doDryRun, dryRun, examplesTableFactory, failureStrategy, isParallelStoryExamplesEnabled, keywords, parameterControls, parameterConverters, paranamer, pathCalculator, pendingStepStrategy, setParallelStoryExamplesEnabled, stepCollector, stepConditionMatcher, stepdocReporter, stepFinder, stepMonitor, stepPatternParser, stepsContext, storyControls, storyExecutionComparator, storyLoader, storyParser, storyPathResolver, storyReporter, storyReporterBuilder, tableParsers, tableTransformerMonitor, tableTransformers, useAliasParser, useAliasPaths, useCompositeParser, useCompositePaths, useDefaultStoryReporter, useExamplesTableFactory, useFailureStrategy, useKeywords, useParameterControls, useParameterConverters, useParanamer, usePathCalculator, usePendingStepStrategy, useStepCollector, useStepConditionMatcher, useStepdocReporter, useStepFinder, useStepMonitor, useStepPatternParser, useStepsContext, useStoryControls, useStoryExecutionComparator, useStoryLoader, useStoryParser, useStoryPathResolver, useStoryReporterBuilder, useTableTransformerMonitor, useTableTransformers, useViewGenerator, viewGenerator
-
-