|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StepCandidate | |
|---|---|
| org.jbehave.core.steps | |
| Uses of StepCandidate in org.jbehave.core.steps |
|---|
| Methods in org.jbehave.core.steps that return types with arguments of type StepCandidate | |
|---|---|
java.util.List<StepCandidate> |
StepFinder.collectCandidates(java.util.List<CandidateSteps> candidateSteps)
Collects a list of step candidates from CandidateSteps instances. |
java.util.List<StepCandidate> |
Steps.listCandidates()
|
java.util.List<StepCandidate> |
CandidateSteps.listCandidates()
Returns the step candidates that can be matched |
java.util.List<StepCandidate> |
StepFinder.prioritise(java.lang.String stepAsText,
java.util.List<StepCandidate> candidates)
Prioritises the list of step candidates that match a given step. |
java.util.List<StepCandidate> |
StepFinder.PrioritisingStrategy.prioritise(java.lang.String stepAsString,
java.util.List<StepCandidate> candidates)
|
java.util.List<StepCandidate> |
StepFinder.ByPriorityField.prioritise(java.lang.String stepAsText,
java.util.List<StepCandidate> candidates)
|
java.util.List<StepCandidate> |
StepFinder.ByLevenshteinDistance.prioritise(java.lang.String stepAsText,
java.util.List<StepCandidate> candidates)
|
| Method parameters in org.jbehave.core.steps with type arguments of type StepCandidate | |
|---|---|
void |
StepCandidate.addComposedSteps(java.util.List<Step> steps,
java.lang.String stepAsString,
java.util.Map<java.lang.String,java.lang.String> namedParameters,
java.util.List<StepCandidate> allCandidates)
|
java.util.List<StepCandidate> |
StepFinder.prioritise(java.lang.String stepAsText,
java.util.List<StepCandidate> candidates)
Prioritises the list of step candidates that match a given step. |
java.util.List<StepCandidate> |
StepFinder.PrioritisingStrategy.prioritise(java.lang.String stepAsString,
java.util.List<StepCandidate> candidates)
|
java.util.List<StepCandidate> |
StepFinder.ByPriorityField.prioritise(java.lang.String stepAsText,
java.util.List<StepCandidate> candidates)
|
java.util.List<StepCandidate> |
StepFinder.ByLevenshteinDistance.prioritise(java.lang.String stepAsText,
java.util.List<StepCandidate> candidates)
|
| Constructors in org.jbehave.core.steps with parameters of type StepCandidate | |
|---|---|
Stepdoc(StepCandidate candidate)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||