Uses of Interface
org.jbehave.core.steps.CandidateSteps
-
Packages that use CandidateSteps Package Description org.jbehave.core.configuration org.jbehave.core.embedder org.jbehave.core.steps -
-
Uses of CandidateSteps in org.jbehave.core.configuration
Methods in org.jbehave.core.configuration that return types with arguments of type CandidateSteps Modifier and Type Method Description List<CandidateSteps>
AnnotationBuilder. buildCandidateSteps()
Builds CandidateSteps using annotationUsingSteps
found in the annotated object instance and using the configuration build byAnnotationBuilder.buildConfiguration()
List<CandidateSteps>
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
Method parameters in org.jbehave.core.embedder with type arguments of type CandidateSteps Modifier and Type Method Description void
Embedder. reportStepdocs(Configuration configuration, List<CandidateSteps> candidateSteps)
Constructor parameters in org.jbehave.core.embedder with type arguments of type CandidateSteps Constructor Description AllStepCandidates(StepConditionMatcher stepConditionMatcher, List<CandidateSteps> candidateSteps)
-
Uses of CandidateSteps in org.jbehave.core.steps
Classes in org.jbehave.core.steps that implement CandidateSteps Modifier and Type Class Description class
AbstractCandidateSteps
class
CompositeCandidateSteps
class
Steps
Default implementation ofCandidateSteps
which provides the step candidates that match the steps being run.Methods in org.jbehave.core.steps that return types with arguments of type CandidateSteps Modifier and Type Method Description List<CandidateSteps>
AbstractStepsFactory. createCandidateSteps()
List<CandidateSteps>
CompositeStepsFactory. createCandidateSteps()
List<CandidateSteps>
InjectableStepsFactory. createCandidateSteps()
List<CandidateSteps>
ProvidedStepsFactory. createCandidateSteps()
Method parameters in org.jbehave.core.steps with type arguments of type CandidateSteps Modifier and Type Method Description List<Stepdoc>
StepFinder. findMatching(String stepAsText, List<CandidateSteps> candidateSteps)
Finds matching steps, represented asStepdoc
s, 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
.List<Object>
StepFinder. stepsInstances(List<CandidateSteps> candidateSteps)
Returns the steps instances associated to CandidateStepsConstructor parameters in org.jbehave.core.steps with type arguments of type CandidateSteps Constructor Description ProvidedStepsFactory(List<CandidateSteps> candidateSteps)
-