Uses of Interface
org.jbehave.core.steps.CandidateSteps
-
Uses of CandidateSteps in org.jbehave.core.configuration
Modifier and TypeMethodDescriptionAnnotationBuilder.buildCandidateSteps()
Builds CandidateSteps using annotationUsingSteps
found in the annotated object instance and using the configuration build byAnnotationBuilder.buildConfiguration()
AnnotationBuilder.buildCandidateSteps
(Configuration configuration) Builds CandidateSteps using annotationUsingSteps
found in the annotated object instance and the configuration provided -
Uses of CandidateSteps in org.jbehave.core.embedder
Modifier and TypeMethodDescriptionvoid
Embedder.reportStepdocs
(Configuration configuration, List<CandidateSteps> candidateSteps) ModifierConstructorDescriptionAllStepCandidates
(StepConditionMatcher stepConditionMatcher, List<CandidateSteps> candidateSteps) -
Uses of CandidateSteps in org.jbehave.core.steps
Modifier and TypeClassDescriptionclass
class
class
Default implementation ofCandidateSteps
which provides the step candidates that match the steps being run.Modifier and TypeMethodDescriptionAbstractStepsFactory.createCandidateSteps()
CompositeStepsFactory.createCandidateSteps()
InjectableStepsFactory.createCandidateSteps()
ProvidedStepsFactory.createCandidateSteps()
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
.StepFinder.stepsInstances
(List<CandidateSteps> candidateSteps) Returns the steps instances associated to CandidateSteps