Package | Description |
---|---|
org.jbehave.core.steps |
Modifier and Type | Method and Description |
---|---|
List<StepCandidate> |
StepFinder.collectCandidates(List<CandidateSteps> candidateSteps)
Collects a list of step candidates from
CandidateSteps instances. |
List<StepCandidate> |
Steps.listCandidates() |
List<StepCandidate> |
CandidateSteps.listCandidates()
Returns the step candidates that can be matched
|
List<StepCandidate> |
StepFinder.prioritise(String stepAsText,
List<StepCandidate> candidates)
Prioritises the list of step candidates that match a given step.
|
List<StepCandidate> |
StepFinder.PrioritisingStrategy.prioritise(String stepAsString,
List<StepCandidate> candidates) |
List<StepCandidate> |
StepFinder.ByPriorityField.prioritise(String stepAsText,
List<StepCandidate> candidates) |
List<StepCandidate> |
StepFinder.ByLevenshteinDistance.prioritise(String stepAsText,
List<StepCandidate> candidates) |
Modifier and Type | Method and Description |
---|---|
void |
StepCandidate.addComposedSteps(List<Step> steps,
String stepAsString,
Map<String,String> namedParameters,
List<StepCandidate> allCandidates) |
List<StepCandidate> |
StepFinder.prioritise(String stepAsText,
List<StepCandidate> candidates)
Prioritises the list of step candidates that match a given step.
|
List<StepCandidate> |
StepFinder.PrioritisingStrategy.prioritise(String stepAsString,
List<StepCandidate> candidates) |
List<StepCandidate> |
StepFinder.ByPriorityField.prioritise(String stepAsText,
List<StepCandidate> candidates) |
List<StepCandidate> |
StepFinder.ByLevenshteinDistance.prioritise(String stepAsText,
List<StepCandidate> candidates) |
Constructor and Description |
---|
Stepdoc(StepCandidate candidate) |
Copyright © 2003–2016. All rights reserved.