Uses of Interface
org.jbehave.core.steps.StepFinder.PrioritisingStrategy
Packages that use StepFinder.PrioritisingStrategy
-
Uses of StepFinder.PrioritisingStrategy in org.jbehave.core.steps
Classes in org.jbehave.core.steps that implement StepFinder.PrioritisingStrategyModifier and TypeClassDescriptionstatic classStrategy to priorise candidate steps by Levenshtein Distancestatic classStrategy to priorise step candidates by theStepCandidate.getPriority()field which is settable in theGiven,When,Thenannotations.Constructors in org.jbehave.core.steps with parameters of type StepFinder.PrioritisingStrategyModifierConstructorDescriptionStepFinder(StepFinder.PrioritisingStrategy prioritisingStrategy) Creates a StepFinder with a custom strategy