Uses of Class
org.jbehave.core.embedder.StoryControls
Packages that use StoryControls
-
Uses of StoryControls in org.jbehave.core.configuration
Fields in org.jbehave.core.configuration declared as StoryControlsModifier and TypeFieldDescriptionprotected StoryControls
Configuration.storyControls
Use default story controlsMethods in org.jbehave.core.configuration that return StoryControlsModifier and TypeMethodDescriptionConfiguration.storyControls()
UnmodifiableConfiguration.storyControls()
Methods in org.jbehave.core.configuration with parameters of type StoryControlsModifier and TypeMethodDescriptionConfiguration.useStoryControls
(StoryControls storyControls) UnmodifiableConfiguration.useStoryControls
(StoryControls storyControls) -
Uses of StoryControls in org.jbehave.core.embedder
Methods in org.jbehave.core.embedder that return StoryControlsModifier and TypeMethodDescriptionStoryControls.currentStoryControls()
StoryControls.doDryRun
(boolean dryRun) StoryControls.doIgnoreMetaFiltersIfGivenStory
(boolean ignoreMetaFiltersIfGivenStory) StoryControls.doMetaByRow
(boolean metaByRow) StoryControls.doResetStateBeforeScenario
(boolean resetStateBeforeScenario) StoryControls.doResetStateBeforeStory
(boolean resetStateBeforeStory) StoryControls.doSkipBeforeAndAfterScenarioStepsIfGivenStory
(boolean skipBeforeAndAfterScenarioStepsIfGivenStory) StoryControls.doSkipScenariosAfterFailure
(boolean skipScenariosAfterFailure) StoryControls.doSkipStoryIfGivenStoryFailed
(boolean skipStoryIfGivenStoryFailed) StoryControls.useScenarioMetaPrefix
(String scenarioMetaPrefix) StoryControls.useStoryIndexFormat
(NumberFormat storyIndexFormat) StoryControls.useStoryMetaPrefix
(String storyMetaPrefix) Constructors in org.jbehave.core.embedder with parameters of type StoryControlsModifierConstructorDescriptionFilteredStory
(MetaFilter filter, Story story, StoryControls storyControls) FilteredStory
(MetaFilter filter, Story story, StoryControls storyControls, boolean givenStory) StoryControls
(StoryControls storyControls)