Uses of Class
org.jbehave.core.steps.Stepdoc
-
Uses of Stepdoc in org.jbehave.core.reporters
-
Uses of Stepdoc in org.jbehave.core.steps
Modifier and TypeMethodDescriptionStepFinder.findMatching
(String stepAsText, List<CandidateSteps> candidateSteps) Finds matching steps, represented asStepdoc
s, for a given textual step and a list ofCandidateSteps
.StepFinder.stepdocs
(List<CandidateSteps> candidateSteps) Returns the stepdocs for the candidates collected from the givenCandidateSteps
.