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
Nested Classes -
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
Modifier and TypeMethodDescriptionbooleandryRun()keywords()com.thoughtworks.paranamer.ParanamerstoryReporter(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:
defaultStoryReporterin classConfiguration
-
storyParser
- Overrides:
storyParserin classConfiguration
-
aliasParser
- Overrides:
aliasParserin classConfiguration
-
aliasPaths
- Overrides:
aliasPathsin classConfiguration
-
compositeParser
- Overrides:
compositeParserin classConfiguration
-
pendingStepStrategy
- Overrides:
pendingStepStrategyin classConfiguration
-
stepCollector
- Overrides:
stepCollectorin classConfiguration
-
failureStrategy
- Overrides:
failureStrategyin classConfiguration
-
keywords
- Overrides:
keywordsin classConfiguration
-
parameterConverters
- Overrides:
parameterConvertersin classConfiguration
-
expressionResolver
- Overrides:
expressionResolverin classConfiguration
-
parameterControls
- Overrides:
parameterControlsin classConfiguration
-
paranamer
public com.thoughtworks.paranamer.Paranamer paranamer()- Overrides:
paranamerin classConfiguration
-
viewGenerator
- Overrides:
viewGeneratorin classConfiguration
-
examplesTableFactory
- Overrides:
examplesTableFactoryin classConfiguration
-
stepMonitor
- Overrides:
stepMonitorin classConfiguration
-
stepPatternParser
- Overrides:
stepPatternParserin classConfiguration
-
dryRun
public boolean dryRun()- Overrides:
dryRunin classConfiguration
-
storyControls
- Overrides:
storyControlsin classConfiguration
-
storyLoader
- Overrides:
storyLoaderin classConfiguration
-
storyPathResolver
- Overrides:
storyPathResolverin classConfiguration
-
stepConditionMatcher
- Overrides:
stepConditionMatcherin classConfiguration
-
tableTransformerMonitor
- Overrides:
tableTransformerMonitorin classConfiguration
-
useStepConditionMatcher
- Overrides:
useStepConditionMatcherin classConfiguration
-
storyReporter
- Overrides:
storyReporterin classConfiguration
-
storyReporterBuilder
- Overrides:
storyReporterBuilderin classConfiguration
-
storyExecutionComparator
- Overrides:
storyExecutionComparatorin classConfiguration
-
useKeywords
- Overrides:
useKeywordsin classConfiguration
-
useStepCollector
- Overrides:
useStepCollectorin classConfiguration
-
usePendingStepStrategy
- Overrides:
usePendingStepStrategyin classConfiguration
-
useFailureStrategy
- Overrides:
useFailureStrategyin classConfiguration
-
doDryRun
- Overrides:
doDryRunin classConfiguration
-
useStoryControls
- Overrides:
useStoryControlsin classConfiguration
-
useStoryParser
- Overrides:
useStoryParserin classConfiguration
-
useAliasParser
- Overrides:
useAliasParserin classConfiguration
-
useAliasPaths
- Overrides:
useAliasPathsin classConfiguration
-
useCompositeParser
- Overrides:
useCompositeParserin classConfiguration
-
useDefaultStoryReporter
- Overrides:
useDefaultStoryReporterin classConfiguration
-
useParameterConverters
- Overrides:
useParameterConvertersin classConfiguration
-
useExpressionResolver
- Overrides:
useExpressionResolverin classConfiguration
-
useParameterControls
- Overrides:
useParameterControlsin classConfiguration
-
useParanamer
- Overrides:
useParanamerin classConfiguration
-
useStepMonitor
- Overrides:
useStepMonitorin classConfiguration
-
useStepPatternParser
- Overrides:
useStepPatternParserin classConfiguration
-
useViewGenerator
- Overrides:
useViewGeneratorin classConfiguration
-
useStoryLoader
- Overrides:
useStoryLoaderin classConfiguration
-
useExamplesTableFactory
- Overrides:
useExamplesTableFactoryin classConfiguration
-
useStoryPathResolver
- Overrides:
useStoryPathResolverin classConfiguration
-
useStoryReporterBuilder
- Overrides:
useStoryReporterBuilderin classConfiguration
-
useStoryExecutionComparator
- Overrides:
useStoryExecutionComparatorin classConfiguration
-
useTableTransformerMonitor
- Overrides:
useTableTransformerMonitorin classConfiguration
-
toString
-