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 Scenario
PerformableTree.PerformableScenario. getScenario()
Methods in org.jbehave.core.embedder with parameters of type Scenario Modifier and Type Method Description boolean
FilteredStory. excluded(Scenario scenario)
void
EmbedderMonitor. scenarioExcluded(Scenario scenario, MetaFilter filter)
void
EmbedderMonitorDecorator. scenarioExcluded(Scenario scenario, MetaFilter filter)
void
NullEmbedderMonitor. scenarioExcluded(Scenario scenario, MetaFilter filter)
void
PrintingEmbedderMonitor. 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 void
JUnit4StoryReporter. beforeScenario(Scenario scenario)
void
JUnit4StoryReporter. 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 Story
Story. 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 void
ConcurrentStoryReporter. beforeScenario(Scenario scenario)
void
ContextStoryReporter. beforeScenario(Scenario scenario)
void
DelegatingStoryReporter. beforeScenario(Scenario scenario)
void
NullStoryReporter. beforeScenario(Scenario scenario)
void
PostStoryStatisticsCollector. beforeScenario(Scenario scenario)
void
PrintStreamOutput. beforeScenario(Scenario scenario)
void
SilentSuccessFilter. beforeScenario(Scenario scenario)
void
StoryReporter. beforeScenario(Scenario scenario)
void
TeamCityConsoleOutput. beforeScenario(Scenario scenario)
void
TemplateableOutput. beforeScenario(Scenario scenario)
String
SurefireReporter.BreadcrumbNamingStrategy. resolveName(Story story, Scenario scenario)
String
SurefireReporter.SimpleNamingStrategy. resolveName(Story story, Scenario scenario)
String
SurefireReporter.TestCaseNamingStrategy. resolveName(Story story, Scenario scenario)
void
ConcurrentStoryReporter. scenarioExcluded(Scenario scenario, String filter)
void
DelegatingStoryReporter. scenarioExcluded(Scenario scenario, String filter)
void
NullStoryReporter. scenarioExcluded(Scenario scenario, String filter)
void
PostStoryStatisticsCollector. scenarioExcluded(Scenario scenario, String filter)
void
PrintStreamOutput. scenarioExcluded(Scenario scenario, String filter)
void
SilentSuccessFilter. scenarioExcluded(Scenario scenario, String filter)
void
StoryReporter. scenarioExcluded(Scenario scenario, String filter)
void
TemplateableOutput. 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 theStep
s to execute for a scenario.
-