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
The configuration that works for most situations that users are likely to encounter.
The elements configured are:
Keywords:LocalizedKeywordsStoryParser:RegexStoryParserStoryLoader:LoadFromClasspathStoryControls:StoryControlsFailureStrategy:RethrowingFailurePendingStepStrategy:PassingUponPendingStepDefaultStoryReporter:ConsoleOutputStepCollector:MarkUnmatchedStepsAsPendingStepFinder:StepFinderStepPatternParser:RegexPrefixCapturingPatternParserStepdocReporter:PrintStreamStepdocReporterStepMonitor:SilentStepMonitorParanamer:NullParanamerParameterControls:ParameterControlsViewGenerator:FreemarkerViewGenerator
-
Field Summary
Fields inherited from class org.jbehave.core.configuration.Configuration
aliasParser, aliasPaths, compositeParser, compositePaths, defaultStoryReporter, examplesTableFactory, expressionResolver, 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 -
Method Summary
Methods inherited from class org.jbehave.core.configuration.Configuration
aliasParser, aliasPaths, compositeParser, compositePaths, defaultStoryReporter, doDryRun, dryRun, examplesTableFactory, expressionResolver, 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, useExpressionResolver, useFailureStrategy, useKeywords, useParameterControls, useParameterConverters, useParanamer, usePathCalculator, usePendingStepStrategy, useStepCollector, useStepConditionMatcher, useStepdocReporter, useStepFinder, useStepMonitor, useStepPatternParser, useStepsContext, useStoryControls, useStoryExecutionComparator, useStoryLoader, useStoryParser, useStoryPathResolver, useStoryReporterBuilder, useTableTransformerMonitor, useTableTransformers, useViewGenerator, viewGenerator
-
Constructor Details
-
MostUsefulConfiguration
public MostUsefulConfiguration()
-