Package org.jbehave.core.steps
Class StepFinder.ByPriorityField
java.lang.Object
org.jbehave.core.steps.StepFinder.ByPriorityField
- All Implemented Interfaces:
StepFinder.PrioritisingStrategy
- Enclosing class:
- StepFinder
public static class StepFinder.ByPriorityField
extends Object
implements StepFinder.PrioritisingStrategy
Strategy to priorise step candidates by the
StepCandidate.getPriority()
field which is settable in the
Given
, When
, Then
annotations.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ByPriorityField
public ByPriorityField()
-
-
Method Details
-
prioritise
- Specified by:
prioritise
in interfaceStepFinder.PrioritisingStrategy
-