Uses of Enum Class
org.jbehave.core.annotations.ScenarioType
Packages that use ScenarioType
-
Uses of ScenarioType in org.jbehave.core.annotations
Methods in org.jbehave.core.annotations that return ScenarioTypeModifier and TypeMethodDescriptionstatic ScenarioTypeReturns the enum constant of this class with the specified name.static ScenarioType[]ScenarioType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ScenarioType in org.jbehave.core.embedder
Methods in org.jbehave.core.embedder with parameters of type ScenarioTypeModifier and TypeMethodDescriptionPerformableTree.RunContext.afterScenarioSteps(Meta storyAndScenarioMeta, ScenarioType type) PerformableTree.RunContext.beforeScenarioSteps(Meta storyAndScenarioMeta, ScenarioType type) AllStepCandidates.getAfterScenarioSteps(ScenarioType scenarioType) AllStepCandidates.getBeforeScenarioSteps(ScenarioType scenarioType) -
Uses of ScenarioType in org.jbehave.core.steps
Methods in org.jbehave.core.steps that return types with arguments of type ScenarioTypeModifier and TypeMethodDescriptionCandidateSteps.listAfterScenario()Returns the after scenario stepsCompositeCandidateSteps.listAfterScenario()Steps.listAfterScenario()<T extends Annotation>
Map<ScenarioType,List<BeforeOrAfterStep>> Steps.listBeforeOrAfterScenarioSteps(Class<T> annotationClass, BiPredicate<T, ScenarioType> predicate, ToIntFunction<T> order, Function<T, AfterScenario.Outcome> outcome) CandidateSteps.listBeforeScenario()Returns the before scenario stepsCompositeCandidateSteps.listBeforeScenario()Steps.listBeforeScenario()Method parameters in org.jbehave.core.steps with type arguments of type ScenarioTypeModifier and TypeMethodDescription<T extends Annotation>
Map<ScenarioType,List<BeforeOrAfterStep>> Steps.listBeforeOrAfterScenarioSteps(Class<T> annotationClass, BiPredicate<T, ScenarioType> predicate, ToIntFunction<T> order, Function<T, AfterScenario.Outcome> outcome)