Uses of Interface
org.jbehave.core.steps.InjectableStepsFactory
Package
Description
-
Uses of InjectableStepsFactory in org.jbehave.core
Modifier and TypeMethodDescriptionvoid
ConfigurableEmbedder.useStepsFactory
(InjectableStepsFactory stepsFactory) -
Uses of InjectableStepsFactory in org.jbehave.core.configuration
Modifier and TypeMethodDescriptionAnnotationBuilder.buildStepsFactory
(Configuration configuration) Builds theInjectableStepsFactory
using annotationUsingSteps
found in the annotated object instance and the configuration provided -
Uses of InjectableStepsFactory in org.jbehave.core.embedder
Modifier and TypeMethodDescriptionvoid
Embedder.useStepsFactory
(InjectableStepsFactory stepsFactory) ModifierConstructorDescriptionStoryManager
(Configuration configuration, InjectableStepsFactory stepsFactory, EmbedderControls embedderControls, EmbedderMonitor embedderMonitor, ExecutorService executorService, PerformableTree performableTree, StoryTimeouts.TimeoutParser... parsers) -
Uses of InjectableStepsFactory in org.jbehave.core.steps
Modifier and TypeClassDescriptionclass
An abstract implementation ofInjectableStepsFactory
that is provided by concrete subclasses Object instances which contain the candidate steps methods.class
AnInjectableStepsFactory
that composesCandidateSteps
created from other factories.class
AnInjectableStepsFactory
that is provided Object instances.class
AnInjectableStepsFactory
that is provided with theCandidateSteps
instances.class
AnInjectableStepsFactory
that scans for classes in the classpath.Modifier and TypeMethodDescriptionprotected void
AbstractCandidateSteps.addCandidatesFromVariants
(List<StepCandidate> candidates, Method method, StepType stepType, String value, int priority, Class<?> type, InjectableStepsFactory stepsFactory, String[] steps) protected final StepCreator
AbstractCandidateSteps.createStepCreator
(Class<?> type, InjectableStepsFactory stepsFactory) ModifierConstructorDescriptionCompositeStepsFactory
(InjectableStepsFactory... stepsFactories) MethodReturningConverter
(Method method, Class<?> stepsType, InjectableStepsFactory stepsFactory) StepCandidate
(String patternAsString, int priority, StepType stepType, Method method, Class<?> stepsType, InjectableStepsFactory stepsFactory, Keywords keywords, StepMatcher stepMatcher, String parameterPrefixString, StepCreator stepCreator, String[] steps, StepMonitor stepMonitor) StepCreator
(Class<?> stepsType, InjectableStepsFactory stepsFactory, StepsContext stepsContext, ParameterConverters parameterConverters, ExpressionResolver expressionResolver, ParameterControls parameterControls, StepMatcher stepMatcher, StepMonitor stepMonitor, boolean dryRun) Steps
(Configuration configuration, Class<?> type, InjectableStepsFactory stepsFactory) Creates Steps with given custom configuration and a steps instance type containing the candidate step methods.StepsInstanceNotFound
(Class<?> type, InjectableStepsFactory stepsFactory)