Uses of Enum Class
org.jbehave.core.annotations.Scope
Package
Description
-
Uses of Scope in org.jbehave.core.annotations
-
Uses of Scope in org.jbehave.core.model
Modifier and TypeMethodDescriptionLifecycle.getAfterSteps
(Scope scope) Lifecycle.getAfterSteps
(Scope scope, AfterScenario.Outcome outcome) Lifecycle.getAfterSteps
(Scope scope, AfterScenario.Outcome outcome, Meta meta) Lifecycle.getBeforeSteps
(Scope scope) -
Uses of Scope in org.jbehave.core.reporters
Modifier and TypeMethodDescriptionTemplateableOutput.OutputLifecycle.getAfterSteps
(Scope scope) TemplateableOutput.OutputLifecycle.getAfterSteps
(Scope scope, AfterScenario.Outcome outcome) TemplateableOutput.OutputLifecycle.getBeforeSteps
(Scope scope) -
Uses of Scope in org.jbehave.core.steps
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