Package org.jbehave.core.configuration
Class UnmodifiableConfiguration
java.lang.Object
org.jbehave.core.configuration.Configuration
org.jbehave.core.configuration.UnmodifiableConfiguration
Decorator of Configuration that disables modification of configuration
elements.
-
Nested Class Summary
-
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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
dryRun()
keywords()
com.thoughtworks.paranamer.Paranamer
storyReporter
(String storyPath) toString()
useAliasParser
(AliasParser storyParser) useAliasPaths
(Set<String> aliasPaths) useCompositeParser
(CompositeParser compositeParser) useDefaultStoryReporter
(StoryReporter storyReporter) useExamplesTableFactory
(ExamplesTableFactory examplesTableFactory) useExpressionResolver
(ExpressionResolver expressionResolver) useFailureStrategy
(FailureStrategy failureStrategy) useKeywords
(Keywords keywords) useParameterControls
(ParameterControls parameterControls) useParameterConverters
(ParameterConverters parameterConverters) useParanamer
(com.thoughtworks.paranamer.Paranamer paranamer) usePendingStepStrategy
(PendingStepStrategy pendingStepStrategy) useStepCollector
(StepCollector stepCollector) useStepConditionMatcher
(StepConditionMatcher stepConditionMatcher) useStepMonitor
(StepMonitor stepMonitor) useStepPatternParser
(StepPatternParser stepPatternParser) useStoryControls
(StoryControls storyControls) useStoryExecutionComparator
(Comparator<Story> storyExecutionComparator) useStoryLoader
(StoryLoader storyLoader) useStoryParser
(StoryParser storyParser) useStoryPathResolver
(StoryPathResolver storyPathResolver) useStoryReporterBuilder
(StoryReporterBuilder storyReporterBuilder) useTableTransformerMonitor
(TableTransformerMonitor tableTransformerMonitor) useViewGenerator
(ViewGenerator viewGenerator) Methods inherited from class org.jbehave.core.configuration.Configuration
compositePaths, isParallelStoryExamplesEnabled, pathCalculator, setParallelStoryExamplesEnabled, stepdocReporter, stepFinder, stepsContext, tableParsers, tableTransformers, useCompositePaths, usePathCalculator, useStepdocReporter, useStepFinder, useStepsContext, useTableTransformers
-
Constructor Details
-
UnmodifiableConfiguration
-
-
Method Details
-
defaultStoryReporter
- Overrides:
defaultStoryReporter
in classConfiguration
-
storyParser
- Overrides:
storyParser
in classConfiguration
-
aliasParser
- Overrides:
aliasParser
in classConfiguration
-
aliasPaths
- Overrides:
aliasPaths
in classConfiguration
-
compositeParser
- Overrides:
compositeParser
in classConfiguration
-
pendingStepStrategy
- Overrides:
pendingStepStrategy
in classConfiguration
-
stepCollector
- Overrides:
stepCollector
in classConfiguration
-
failureStrategy
- Overrides:
failureStrategy
in classConfiguration
-
keywords
- Overrides:
keywords
in classConfiguration
-
parameterConverters
- Overrides:
parameterConverters
in classConfiguration
-
expressionResolver
- Overrides:
expressionResolver
in classConfiguration
-
parameterControls
- Overrides:
parameterControls
in classConfiguration
-
paranamer
public com.thoughtworks.paranamer.Paranamer paranamer()- Overrides:
paranamer
in classConfiguration
-
viewGenerator
- Overrides:
viewGenerator
in classConfiguration
-
examplesTableFactory
- Overrides:
examplesTableFactory
in classConfiguration
-
stepMonitor
- Overrides:
stepMonitor
in classConfiguration
-
stepPatternParser
- Overrides:
stepPatternParser
in classConfiguration
-
dryRun
public boolean dryRun()- Overrides:
dryRun
in classConfiguration
-
storyControls
- Overrides:
storyControls
in classConfiguration
-
storyLoader
- Overrides:
storyLoader
in classConfiguration
-
storyPathResolver
- Overrides:
storyPathResolver
in classConfiguration
-
stepConditionMatcher
- Overrides:
stepConditionMatcher
in classConfiguration
-
tableTransformerMonitor
- Overrides:
tableTransformerMonitor
in classConfiguration
-
useStepConditionMatcher
- Overrides:
useStepConditionMatcher
in classConfiguration
-
storyReporter
- Overrides:
storyReporter
in classConfiguration
-
storyReporterBuilder
- Overrides:
storyReporterBuilder
in classConfiguration
-
storyExecutionComparator
- Overrides:
storyExecutionComparator
in classConfiguration
-
useKeywords
- Overrides:
useKeywords
in classConfiguration
-
useStepCollector
- Overrides:
useStepCollector
in classConfiguration
-
usePendingStepStrategy
- Overrides:
usePendingStepStrategy
in classConfiguration
-
useFailureStrategy
- Overrides:
useFailureStrategy
in classConfiguration
-
doDryRun
- Overrides:
doDryRun
in classConfiguration
-
useStoryControls
- Overrides:
useStoryControls
in classConfiguration
-
useStoryParser
- Overrides:
useStoryParser
in classConfiguration
-
useAliasParser
- Overrides:
useAliasParser
in classConfiguration
-
useAliasPaths
- Overrides:
useAliasPaths
in classConfiguration
-
useCompositeParser
- Overrides:
useCompositeParser
in classConfiguration
-
useDefaultStoryReporter
- Overrides:
useDefaultStoryReporter
in classConfiguration
-
useParameterConverters
- Overrides:
useParameterConverters
in classConfiguration
-
useExpressionResolver
- Overrides:
useExpressionResolver
in classConfiguration
-
useParameterControls
- Overrides:
useParameterControls
in classConfiguration
-
useParanamer
- Overrides:
useParanamer
in classConfiguration
-
useStepMonitor
- Overrides:
useStepMonitor
in classConfiguration
-
useStepPatternParser
- Overrides:
useStepPatternParser
in classConfiguration
-
useViewGenerator
- Overrides:
useViewGenerator
in classConfiguration
-
useStoryLoader
- Overrides:
useStoryLoader
in classConfiguration
-
useExamplesTableFactory
- Overrides:
useExamplesTableFactory
in classConfiguration
-
useStoryPathResolver
- Overrides:
useStoryPathResolver
in classConfiguration
-
useStoryReporterBuilder
- Overrides:
useStoryReporterBuilder
in classConfiguration
-
useStoryExecutionComparator
- Overrides:
useStoryExecutionComparator
in classConfiguration
-
useTableTransformerMonitor
- Overrides:
useTableTransformerMonitor
in classConfiguration
-
toString
-