Uses of Enum Class
org.jbehave.core.steps.StepCollector.Stage
Package
Description
-
Uses of StepCollector.Stage in org.jbehave.core.embedder
Modifier and TypeMethodDescriptionvoid
PerformableTree.performBeforeOrAfterStories
(PerformableTree.RunContext context, StepCollector.Stage stage) -
Uses of StepCollector.Stage in org.jbehave.core.junit
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
ConcurrentStoryReporter.afterScenarioSteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
DelegatingStoryReporter.afterScenarioSteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
NullStoryReporter.afterScenarioSteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
PrintStreamOutput.afterScenarioSteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
StoryReporter.afterScenarioSteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
ConcurrentStoryReporter.afterStoriesSteps
(StepCollector.Stage stage) void
DelegatingStoryReporter.afterStoriesSteps
(StepCollector.Stage stage) void
NullStoryReporter.afterStoriesSteps
(StepCollector.Stage stage) void
PrintStreamOutput.afterStoriesSteps
(StepCollector.Stage stage) void
StoryReporter.afterStoriesSteps
(StepCollector.Stage stage) void
ConcurrentStoryReporter.afterStorySteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
DelegatingStoryReporter.afterStorySteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
NullStoryReporter.afterStorySteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
PrintStreamOutput.afterStorySteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
StoryReporter.afterStorySteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
ConcurrentStoryReporter.beforeScenarioSteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
DelegatingStoryReporter.beforeScenarioSteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
NullStoryReporter.beforeScenarioSteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
PrintStreamOutput.beforeScenarioSteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
StoryReporter.beforeScenarioSteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
ConcurrentStoryReporter.beforeStoriesSteps
(StepCollector.Stage stage) void
DelegatingStoryReporter.beforeStoriesSteps
(StepCollector.Stage stage) void
NullStoryReporter.beforeStoriesSteps
(StepCollector.Stage stage) void
PrintStreamOutput.beforeStoriesSteps
(StepCollector.Stage stage) void
StoryReporter.beforeStoriesSteps
(StepCollector.Stage stage) void
ConcurrentStoryReporter.beforeStorySteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
DelegatingStoryReporter.beforeStorySteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
NullStoryReporter.beforeStorySteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
PrintStreamOutput.beforeStorySteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) void
StoryReporter.beforeStorySteps
(StepCollector.Stage stage, Lifecycle.ExecutionType type) -
Uses of StepCollector.Stage in org.jbehave.core.steps
Modifier and TypeMethodDescriptionstatic StepCollector.Stage
Returns 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.Modifier and TypeMethodDescriptionMarkUnmatchedStepsAsPending.collectLifecycleSteps
(List<StepCandidate> stepCandidates, Lifecycle lifecycle, Meta storyAndScenarioMeta, Scope scope, Map<String, String> parameters, StepMonitor stepMonitor) StepCollector.collectLifecycleSteps
(List<StepCandidate> stepCandidates, Lifecycle lifecycle, Meta storyAndScenarioMeta, Scope scope, Map<String, String> parameters, StepMonitor stepMonitor) Collects all lifecycle steps to execute perStepCollector.Stage
of execution