Uses of Enum Class
org.jbehave.core.steps.StepCollector.Stage
Packages that use StepCollector.Stage
Package
Description
-
Uses of StepCollector.Stage in org.jbehave.core.embedder
Methods in org.jbehave.core.embedder with parameters of type StepCollector.StageModifier and TypeMethodDescriptionvoidPerformableTree.performBeforeOrAfterStories(PerformableTree.RunContext context, StepCollector.Stage stage) -
Uses of StepCollector.Stage in org.jbehave.core.junit
Methods in org.jbehave.core.junit with parameters of type StepCollector.StageModifier and TypeMethodDescriptionvoidJUnit4StoryReporter.afterStoriesSteps(StepCollector.Stage stage) voidJUnit4StoryReporter.beforeStoriesSteps(StepCollector.Stage stage) voidJUnit4StoryReporter.beforeStorySteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) -
Uses of StepCollector.Stage in org.jbehave.core.reporters
Methods in org.jbehave.core.reporters with parameters of type StepCollector.StageModifier and TypeMethodDescriptionvoidConcurrentStoryReporter.afterScenarioSteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidDelegatingStoryReporter.afterScenarioSteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidNullStoryReporter.afterScenarioSteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidPrintStreamOutput.afterScenarioSteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidStoryReporter.afterScenarioSteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidConcurrentStoryReporter.afterStoriesSteps(StepCollector.Stage stage) voidDelegatingStoryReporter.afterStoriesSteps(StepCollector.Stage stage) voidNullStoryReporter.afterStoriesSteps(StepCollector.Stage stage) voidPrintStreamOutput.afterStoriesSteps(StepCollector.Stage stage) voidStoryReporter.afterStoriesSteps(StepCollector.Stage stage) voidConcurrentStoryReporter.afterStorySteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidDelegatingStoryReporter.afterStorySteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidNullStoryReporter.afterStorySteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidPrintStreamOutput.afterStorySteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidStoryReporter.afterStorySteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidConcurrentStoryReporter.beforeScenarioSteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidDelegatingStoryReporter.beforeScenarioSteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidNullStoryReporter.beforeScenarioSteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidPrintStreamOutput.beforeScenarioSteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidStoryReporter.beforeScenarioSteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidConcurrentStoryReporter.beforeStoriesSteps(StepCollector.Stage stage) voidDelegatingStoryReporter.beforeStoriesSteps(StepCollector.Stage stage) voidNullStoryReporter.beforeStoriesSteps(StepCollector.Stage stage) voidPrintStreamOutput.beforeStoriesSteps(StepCollector.Stage stage) voidStoryReporter.beforeStoriesSteps(StepCollector.Stage stage) voidConcurrentStoryReporter.beforeStorySteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidDelegatingStoryReporter.beforeStorySteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidNullStoryReporter.beforeStorySteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidPrintStreamOutput.beforeStorySteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) voidStoryReporter.beforeStorySteps(StepCollector.Stage stage, Lifecycle.ExecutionType type) -
Uses of StepCollector.Stage in org.jbehave.core.steps
Methods in org.jbehave.core.steps that return StepCollector.StageModifier and TypeMethodDescriptionstatic StepCollector.StageReturns the enum constant of this class with the specified name.static StepCollector.Stage[]StepCollector.Stage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jbehave.core.steps that return types with arguments of type StepCollector.StageModifier and TypeMethodDescriptionMarkUnmatchedStepsAsPending.collectLifecycleSteps(List<StepCandidate> stepCandidates, Lifecycle lifecycle, Meta storyAndScenarioMeta, Scope scope, StepMonitor stepMonitor) StepCollector.collectLifecycleSteps(List<StepCandidate> stepCandidates, Lifecycle lifecycle, Meta storyAndScenarioMeta, Scope scope, StepMonitor stepMonitor) Collects all lifecycle steps to execute perStepCollector.Stageof execution