Package org.jbehave.core.steps
Interface StepFinder.PrioritisingStrategy
-
- All Known Implementing Classes:
StepFinder.ByLevenshteinDistance
,StepFinder.ByPriorityField
- Enclosing class:
- StepFinder
public static interface StepFinder.PrioritisingStrategy
Defines the priorising strategy of step candidates
-
-
Method Summary
Modifier and Type Method Description List<StepCandidate>
prioritise(String stepAsString, List<StepCandidate> candidates)
-
-
-
Method Detail
-
prioritise
List<StepCandidate> prioritise(String stepAsString, List<StepCandidate> candidates)
-
-