Uses of Class
org.jbehave.core.steps.Stepdoc
-
Packages that use Stepdoc Package Description org.jbehave.core.reporters org.jbehave.core.steps -
-
Uses of Stepdoc in org.jbehave.core.reporters
Method parameters in org.jbehave.core.reporters with type arguments of type Stepdoc Modifier and Type Method Description voidPrintingStepdocReporter. stepdocs(List<Stepdoc> stepdocs, List<Object> stepsInstances)voidStepdocReporter. stepdocs(List<Stepdoc> stepdocs, List<Object> stepsInstances)voidPrintingStepdocReporter. stepdocsMatching(String stepAsString, List<Stepdoc> stepdocs, List<Object> stepsInstances)voidStepdocReporter. stepdocsMatching(String stepAsString, List<Stepdoc> matching, List<Object> stepsIntances) -
Uses of Stepdoc in org.jbehave.core.steps
Methods in org.jbehave.core.steps that return types with arguments of type Stepdoc Modifier and Type Method Description List<Stepdoc>StepFinder. findMatching(String stepAsText, List<CandidateSteps> candidateSteps)Finds matching steps, represented asStepdocs, for a given textual step and a list ofCandidateSteps.List<Stepdoc>StepFinder. stepdocs(List<CandidateSteps> candidateSteps)Returns the stepdocs for the candidates collected from the givenCandidateSteps.Methods in org.jbehave.core.steps with parameters of type Stepdoc Modifier and Type Method Description intStepdoc. compareTo(Stepdoc that)
-