Uses of Interface
org.jbehave.core.steps.CandidateSteps
Packages that use CandidateSteps
-
Uses of CandidateSteps in org.jbehave.core.configuration
Methods in org.jbehave.core.configuration that return types with arguments of type CandidateStepsModifier and TypeMethodDescriptionAnnotationBuilder.buildCandidateSteps()Builds CandidateSteps using annotationUsingStepsfound in the annotated object instance and using the configuration build byAnnotationBuilder.buildConfiguration()AnnotationBuilder.buildCandidateSteps(Configuration configuration) Builds CandidateSteps using annotationUsingStepsfound 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 CandidateStepsModifier and TypeMethodDescriptionvoidEmbedder.reportStepdocs(Configuration configuration, List<CandidateSteps> candidateSteps) Constructor parameters in org.jbehave.core.embedder with type arguments of type CandidateStepsModifierConstructorDescriptionAllStepCandidates(StepConditionMatcher stepConditionMatcher, List<CandidateSteps> candidateSteps) -
Uses of CandidateSteps in org.jbehave.core.steps
Classes in org.jbehave.core.steps that implement CandidateStepsModifier and TypeClassDescriptionclassclassclassDefault implementation ofCandidateStepswhich provides the step candidates that match the steps being run.Methods in org.jbehave.core.steps that return types with arguments of type CandidateStepsModifier and TypeMethodDescriptionAbstractStepsFactory.createCandidateSteps()CompositeStepsFactory.createCandidateSteps()InjectableStepsFactory.createCandidateSteps()ProvidedStepsFactory.createCandidateSteps()Method parameters in org.jbehave.core.steps with type arguments of type CandidateStepsModifier and TypeMethodDescriptionStepFinder.findMatching(String stepAsText, List<CandidateSteps> candidateSteps) Finds matching steps, represented asStepdocs, 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 CandidateStepsConstructor parameters in org.jbehave.core.steps with type arguments of type CandidateSteps