Uses of Class
org.jbehave.core.steps.BeforeOrAfterStep
Packages that use BeforeOrAfterStep
-
Uses of BeforeOrAfterStep in org.jbehave.core.embedder
Methods in org.jbehave.core.embedder that return types with arguments of type BeforeOrAfterStepModifier and TypeMethodDescriptionAllStepCandidates.getAfterScenarioSteps(ScenarioType scenarioType) AllStepCandidates.getAfterStoriesSteps()AllStepCandidates.getAfterStorySteps(boolean givenStory) AllStepCandidates.getBeforeScenarioSteps(ScenarioType scenarioType) AllStepCandidates.getBeforeStoriesSteps()AllStepCandidates.getBeforeStorySteps(boolean givenStory) -
Uses of BeforeOrAfterStep in org.jbehave.core.steps
Methods in org.jbehave.core.steps that return types with arguments of type BeforeOrAfterStepModifier and TypeMethodDescriptionCandidateSteps.listAfterScenario()Returns the after scenario stepsCompositeCandidateSteps.listAfterScenario()Steps.listAfterScenario()CandidateSteps.listAfterStories()Returns the after stories stepsCompositeCandidateSteps.listAfterStories()Steps.listAfterStories()CandidateSteps.listAfterStory(boolean givenStory) Returns the after story steps, based on the given story statusCompositeCandidateSteps.listAfterStory(boolean givenStory) Steps.listAfterStory(boolean givenStory) <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()CandidateSteps.listBeforeStories()Returns the before stories stepsCompositeCandidateSteps.listBeforeStories()Steps.listBeforeStories()CandidateSteps.listBeforeStory(boolean givenStory) Returns the before story steps, based on the given story statusCompositeCandidateSteps.listBeforeStory(boolean givenStory) Steps.listBeforeStory(boolean givenStory) Method parameters in org.jbehave.core.steps with type arguments of type BeforeOrAfterStepModifier and TypeMethodDescriptionMarkUnmatchedStepsAsPending.collectAfterScenarioSteps(List<BeforeOrAfterStep> afterScenarioSteps, Meta storyAndScenarioMeta) StepCollector.collectAfterScenarioSteps(List<BeforeOrAfterStep> afterScenarioSteps, Meta storyAndScenarioMeta) Creates steps to be executed after scenario.MarkUnmatchedStepsAsPending.collectBeforeOrAfterStoriesSteps(List<BeforeOrAfterStep> beforeOrAfterStoriesSteps) StepCollector.collectBeforeOrAfterStoriesSteps(List<BeforeOrAfterStep> beforeOrAfterStoriesSteps) Creates steps to be executed either before or after stories.MarkUnmatchedStepsAsPending.collectBeforeOrAfterStorySteps(List<BeforeOrAfterStep> beforeOrAfterStorySteps, Meta storyMeta) StepCollector.collectBeforeOrAfterStorySteps(List<BeforeOrAfterStep> beforeOrAfterStorySteps, Meta storyMeta) Creates steps to be executed either before or after story.MarkUnmatchedStepsAsPending.collectBeforeScenarioSteps(List<BeforeOrAfterStep> beforeScenarioSteps, Meta storyAndScenarioMeta) StepCollector.collectBeforeScenarioSteps(List<BeforeOrAfterStep> beforeScenarioSteps, Meta storyAndScenarioMeta) Creates steps to be executed before scenario.