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.