Uses of Class
org.jbehave.core.model.Scenario
-
Packages that use Scenario Package Description org.jbehave.core.embedder org.jbehave.core.junit org.jbehave.core.model org.jbehave.core.reporters org.jbehave.core.steps -
-
Uses of Scenario in org.jbehave.core.embedder
Methods in org.jbehave.core.embedder that return Scenario Modifier and Type Method Description ScenarioPerformableTree.PerformableScenario. getScenario()Methods in org.jbehave.core.embedder with parameters of type Scenario Modifier and Type Method Description booleanFilteredStory. excluded(Scenario scenario)voidEmbedderMonitor. scenarioExcluded(Scenario scenario, MetaFilter filter)voidEmbedderMonitorDecorator. 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 Constructor Description PerformableScenario(Scenario scenario, String storyPath) -
Uses of Scenario in org.jbehave.core.junit
Methods in org.jbehave.core.junit with parameters of type Scenario Modifier and Type Method Description voidJUnit4StoryReporter. 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 Scenario Modifier and Type Method Description List<Scenario>Story. getScenarios()Method parameters in org.jbehave.core.model with type arguments of type Scenario Modifier and Type Method Description StoryStory. cloneWithScenarios(List<Scenario> scenarios)Constructor parameters in org.jbehave.core.model with type arguments of type Scenario Constructor Description Story(String path, List<Scenario> scenarios)Story(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(String path, Description description, Narrative narrative, List<Scenario> scenarios)Story(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 Scenario Modifier and Type Method Description voidConcurrentStoryReporter. 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)StringSurefireReporter.BreadcrumbNamingStrategy. resolveName(Story story, Scenario scenario)StringSurefireReporter.SimpleNamingStrategy. resolveName(Story story, Scenario scenario)StringSurefireReporter.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 Scenario Modifier and Type Method Description List<Step>MarkUnmatchedStepsAsPending. collectScenarioSteps(List<StepCandidate> stepCandidates, Scenario scenario, Map<String,String> parameters, StepMonitor stepMonitor)List<Step>StepCollector. collectScenarioSteps(List<StepCandidate> stepCandidates, Scenario scenario, Map<String,String> parameters, StepMonitor stepMonitor)Collects all of theSteps to execute for a scenario.
-