Uses of Interface
org.jbehave.core.steps.StepFinder.PrioritisingStrategy
-
Uses of StepFinder.PrioritisingStrategy in org.jbehave.core.steps
Modifier and TypeClassDescriptionstatic class
Strategy to priorise candidate steps by Levenshtein Distancestatic class
Strategy to priorise step candidates by theStepCandidate.getPriority()
field which is settable in theGiven
,When
,Then
annotations.ModifierConstructorDescriptionStepFinder
(StepFinder.PrioritisingStrategy prioritisingStrategy) Creates a StepFinder with a custom strategy