Uses of Class
org.jbehave.core.model.Scenario
Packages that use Scenario
Package
Description
-
Uses of Scenario in org.jbehave.core.embedder
Methods in org.jbehave.core.embedder that return ScenarioMethods in org.jbehave.core.embedder with parameters of type ScenarioModifier and TypeMethodDescriptionbooleanvoidDelegatingEmbedderMonitor.scenarioExcluded(Scenario scenario, MetaFilter filter) voidEmbedderMonitor.scenarioExcluded(Scenario scenario, MetaFilter filter) voidNullEmbedderMonitor.scenarioExcluded(Scenario scenario, MetaFilter filter) voidPrintingEmbedderMonitor.scenarioExcluded(Scenario scenario, MetaFilter filter) Constructors in org.jbehave.core.embedder with parameters of type Scenario -
Uses of Scenario in org.jbehave.core.junit
Methods in org.jbehave.core.junit with parameters of type ScenarioModifier and TypeMethodDescriptionvoidJUnit4StoryReporter.beforeScenario(Scenario scenario) voidJUnit4StoryReporter.scenarioExcluded(Scenario scenario, String filter) Notify the IDE that the current step and scenario is not being executed. -
Uses of Scenario in org.jbehave.core.model
Methods in org.jbehave.core.model that return types with arguments of type ScenarioMethod parameters in org.jbehave.core.model with type arguments of type ScenarioConstructor parameters in org.jbehave.core.model with type arguments of type ScenarioModifierConstructorDescriptionStory(String path, Description description, Meta meta, Narrative narrative, List<Scenario> scenarios) Story(String path, Description description, Meta meta, Narrative narrative, GivenStories givenStories, List<Scenario> scenarios) Story(String path, Description description, Meta meta, Narrative narrative, GivenStories givenStories, Lifecycle lifecycle, List<Scenario> scenarios) Story(Description description, Narrative narrative, List<Scenario> scenarios) -
Uses of Scenario in org.jbehave.core.reporters
Methods in org.jbehave.core.reporters with parameters of type ScenarioModifier and TypeMethodDescriptionvoidConcurrentStoryReporter.beforeScenario(Scenario scenario) voidContextStoryReporter.beforeScenario(Scenario scenario) voidDelegatingStoryReporter.beforeScenario(Scenario scenario) voidNullStoryReporter.beforeScenario(Scenario scenario) voidPostStoryStatisticsCollector.beforeScenario(Scenario scenario) voidPrintStreamOutput.beforeScenario(Scenario scenario) voidSilentSuccessFilter.beforeScenario(Scenario scenario) voidStoryReporter.beforeScenario(Scenario scenario) voidTeamCityConsoleOutput.beforeScenario(Scenario scenario) voidTemplateableOutput.beforeScenario(Scenario scenario) SurefireReporter.BreadcrumbNamingStrategy.resolveName(Story story, Scenario scenario) SurefireReporter.SimpleNamingStrategy.resolveName(Story story, Scenario scenario) SurefireReporter.TestCaseNamingStrategy.resolveName(Story story, Scenario scenario) voidConcurrentStoryReporter.scenarioExcluded(Scenario scenario, String filter) voidDelegatingStoryReporter.scenarioExcluded(Scenario scenario, String filter) voidNullStoryReporter.scenarioExcluded(Scenario scenario, String filter) voidPostStoryStatisticsCollector.scenarioExcluded(Scenario scenario, String filter) voidPrintStreamOutput.scenarioExcluded(Scenario scenario, String filter) voidSilentSuccessFilter.scenarioExcluded(Scenario scenario, String filter) voidStoryReporter.scenarioExcluded(Scenario scenario, String filter) voidTemplateableOutput.scenarioExcluded(Scenario scenario, String filter) -
Uses of Scenario in org.jbehave.core.steps
Methods in org.jbehave.core.steps with parameters of type ScenarioModifier and TypeMethodDescriptionMarkUnmatchedStepsAsPending.collectScenarioSteps(List<StepCandidate> stepCandidates, Scenario scenario, Map<String, String> parameters, StepMonitor stepMonitor) StepCollector.collectScenarioSteps(List<StepCandidate> stepCandidates, Scenario scenario, Map<String, String> parameters, StepMonitor stepMonitor) Collects all of theSteps to execute for a scenario.