Uses of Interface
org.jbehave.core.steps.StepFinder.PrioritisingStrategy

Packages that use StepFinder.PrioritisingStrategy
org.jbehave.core.steps   
 

Uses of StepFinder.PrioritisingStrategy in org.jbehave.core.steps
 

Classes in org.jbehave.core.steps that implement StepFinder.PrioritisingStrategy
static class StepFinder.ByLevenshteinDistance
          Strategy to priorise candidate steps by Levenshtein Distance
static class StepFinder.ByPriorityField
          Strategy to priorise step candidates by the StepCandidate.getPriority() field which is settable in the Given, When, Then annotations.
 

Constructors in org.jbehave.core.steps with parameters of type StepFinder.PrioritisingStrategy
StepFinder(StepFinder.PrioritisingStrategy prioritisingStrategy)
          Creates a StepFinder with a custom strategy
 



Copyright © 2003-2011. All Rights Reserved.