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

Packages that use PrioritisingStrategy
org.jbehave.core.steps   
 

Uses of PrioritisingStrategy in org.jbehave.core.steps
 

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

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



Copyright © 2003-2010. All Rights Reserved.