Uses of Interface
org.jbehave.core.steps.InjectableStepsFactory

Packages that use InjectableStepsFactory
org.jbehave.core   
org.jbehave.core.configuration   
org.jbehave.core.embedder   
org.jbehave.core.steps   
 

Uses of InjectableStepsFactory in org.jbehave.core
 

Methods in org.jbehave.core that return InjectableStepsFactory
 InjectableStepsFactory ConfigurableEmbedder.stepsFactory()
           
 

Methods in org.jbehave.core with parameters of type InjectableStepsFactory
 void ConfigurableEmbedder.useStepsFactory(InjectableStepsFactory stepsFactory)
           
 

Uses of InjectableStepsFactory in org.jbehave.core.configuration
 

Methods in org.jbehave.core.configuration that return InjectableStepsFactory
 InjectableStepsFactory AnnotationBuilder.buildStepsFactory(Configuration configuration)
          Builds the InjectableStepsFactory using annotation UsingSteps found in the annotated object instance and the configuration provided
 

Uses of InjectableStepsFactory in org.jbehave.core.embedder
 

Methods in org.jbehave.core.embedder that return InjectableStepsFactory
 InjectableStepsFactory Embedder.stepsFactory()
           
 

Methods in org.jbehave.core.embedder with parameters of type InjectableStepsFactory
 void StoryRunner.run(Configuration configuration, InjectableStepsFactory stepsFactory, Story story, MetaFilter filter, StoryRunner.State beforeStories)
          Runs a Story with the given steps factory, applying the given meta filter, and staring from given state.
 void Embedder.useStepsFactory(InjectableStepsFactory stepsFactory)
           
 

Constructors in org.jbehave.core.embedder with parameters of type InjectableStepsFactory
StoryManager(Configuration configuration, EmbedderControls embedderControls, EmbedderMonitor embedderMonitor, ExecutorService executorService, InjectableStepsFactory stepsFactory, StoryRunner storyRunner)
           
 

Uses of InjectableStepsFactory in org.jbehave.core.steps
 

Classes in org.jbehave.core.steps that implement InjectableStepsFactory
 class AbstractStepsFactory
           An abstract implementation of InjectableStepsFactory that is provided by concrete subclasses Object instances which contain the candidate steps methods.
 class CompositeStepsFactory
          An InjectableStepsFactory that composes CandidateSteps created from other factories.
 class InstanceStepsFactory
          An InjectableStepsFactory that is provided Object instances.
 class ProvidedStepsFactory
          An InjectableStepsFactory that is provided with the CandidateSteps instances.
 

Constructors in org.jbehave.core.steps with parameters of type InjectableStepsFactory
AbstractStepsFactory.StepsInstanceNotFound(Class<?> type, InjectableStepsFactory stepsFactory)
           
CompositeStepsFactory(InjectableStepsFactory... stepsFactories)
           
ParameterConverters.MethodReturningConverter(Method method, Class<?> stepsType, InjectableStepsFactory stepsFactory)
           
StepCandidate(String patternAsString, int priority, StepType stepType, Method method, Class<?> stepsType, InjectableStepsFactory stepsFactory, Keywords keywords, StepPatternParser stepPatternParser, ParameterConverters parameterConverters)
           
StepCreator(Class<?> stepsType, InjectableStepsFactory stepsFactory, ParameterConverters parameterConverters, StepMatcher stepMatcher, StepMonitor stepMonitor)
           
Steps(Configuration configuration, Class<?> type, InjectableStepsFactory stepsFactory)
          Creates Steps with given custom configuration and a steps instance type containing the candidate step methods.
 



Copyright © 2003-2012. All Rights Reserved.