Uses of Interface
org.jbehave.core.steps.InjectableStepsFactory
Packages that use InjectableStepsFactory
Package
Description
-
Uses of InjectableStepsFactory in org.jbehave.core
Methods in org.jbehave.core that return InjectableStepsFactoryMethods in org.jbehave.core with parameters of type InjectableStepsFactoryModifier and TypeMethodDescriptionvoidConfigurableEmbedder.useStepsFactory(InjectableStepsFactory stepsFactory) -
Uses of InjectableStepsFactory in org.jbehave.core.configuration
Methods in org.jbehave.core.configuration that return InjectableStepsFactoryModifier and TypeMethodDescriptionAnnotationBuilder.buildStepsFactory(Configuration configuration) Builds theInjectableStepsFactoryusing annotationUsingStepsfound in the annotated object instance and the configuration provided -
Uses of InjectableStepsFactory in org.jbehave.core.embedder
Fields in org.jbehave.core.embedder declared as InjectableStepsFactoryMethods in org.jbehave.core.embedder that return InjectableStepsFactoryMethods in org.jbehave.core.embedder with parameters of type InjectableStepsFactoryModifier and TypeMethodDescriptionvoidEmbedder.useStepsFactory(InjectableStepsFactory stepsFactory) Constructors in org.jbehave.core.embedder with parameters of type InjectableStepsFactoryModifierConstructorDescriptionStoryManager(Configuration configuration, InjectableStepsFactory stepsFactory, EmbedderControls embedderControls, EmbedderMonitor embedderMonitor, ExecutorService executorService, PerformableTree performableTree, StoryTimeouts.TimeoutParser... parsers) -
Uses of InjectableStepsFactory in org.jbehave.core.steps
Classes in org.jbehave.core.steps that implement InjectableStepsFactoryModifier and TypeClassDescriptionclassAn abstract implementation ofInjectableStepsFactorythat is provided by concrete subclasses Object instances which contain the candidate steps methods.classAnInjectableStepsFactorythat composesCandidateStepscreated from other factories.classAnInjectableStepsFactorythat is provided Object instances.classAnInjectableStepsFactorythat is provided with theCandidateStepsinstances.classAnInjectableStepsFactorythat scans for classes in the classpath.Methods in org.jbehave.core.steps with parameters of type InjectableStepsFactoryModifier and TypeMethodDescriptionprotected voidAbstractCandidateSteps.addCandidatesFromVariants(List<StepCandidate> candidates, Method method, StepType stepType, String value, int priority, Class<?> type, InjectableStepsFactory stepsFactory, String[] steps) protected final StepCreatorAbstractCandidateSteps.createStepCreator(Class<?> type, InjectableStepsFactory stepsFactory) Constructors in org.jbehave.core.steps with parameters of type InjectableStepsFactoryModifierConstructorDescriptionCompositeStepsFactory(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)