Uses of Enum Class
org.jbehave.core.annotations.Scope
Packages that use Scope
Package
Description
-
Uses of Scope in org.jbehave.core.annotations
Methods in org.jbehave.core.annotations that return Scope -
Uses of Scope in org.jbehave.core.model
Methods in org.jbehave.core.model that return types with arguments of type ScopeMethods in org.jbehave.core.model with parameters of type ScopeModifier 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) Constructors in org.jbehave.core.model with parameters of type Scope -
Uses of Scope in org.jbehave.core.reporters
Methods in org.jbehave.core.reporters that return types with arguments of type ScopeMethods in org.jbehave.core.reporters with parameters of type ScopeModifier 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
Methods in org.jbehave.core.steps with parameters of type ScopeModifier 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