Uses of Class
org.jbehave.core.steps.StepCollector.Stage
-
Packages that use StepCollector.Stage Package Description org.jbehave.core.embedder org.jbehave.core.junit org.jbehave.core.reporters org.jbehave.core.steps -
-
Uses of StepCollector.Stage in org.jbehave.core.embedder
Methods in org.jbehave.core.embedder with parameters of type StepCollector.Stage Modifier and Type Method Description void
PerformableTree. 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.Stage Modifier and Type Method Description void
JUnit4StoryReporter. afterStoriesSteps(StepCollector.Stage stage)
void
JUnit4StoryReporter. beforeStoriesSteps(StepCollector.Stage stage)
void
JUnit4StoryReporter. beforeStorySteps(StepCollector.Stage stage, Lifecycle.ExecutionType type)
-
Uses of StepCollector.Stage in org.jbehave.core.reporters
-
Uses of StepCollector.Stage in org.jbehave.core.steps
Methods in org.jbehave.core.steps that return StepCollector.Stage Modifier and Type Method Description static StepCollector.Stage
StepCollector.Stage. valueOf(String name)
Returns the enum constant of this type with the specified name.static StepCollector.Stage[]
StepCollector.Stage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jbehave.core.steps that return types with arguments of type StepCollector.Stage Modifier and Type Method Description Map<StepCollector.Stage,List<Step>>
MarkUnmatchedStepsAsPending. collectLifecycleSteps(List<StepCandidate> stepCandidates, Lifecycle lifecycle, Meta storyAndScenarioMeta, Scope scope, StepMonitor stepMonitor)
Map<StepCollector.Stage,List<Step>>
StepCollector. collectLifecycleSteps(List<StepCandidate> stepCandidates, Lifecycle lifecycle, Meta storyAndScenarioMeta, Scope scope, StepMonitor stepMonitor)
Collects all lifecycle steps to execute perStepCollector.Stage
of execution
-