Package org.jbehave.core.steps
Class InstanceStepsFactory
java.lang.Object
org.jbehave.core.steps.AbstractStepsFactory
org.jbehave.core.steps.InstanceStepsFactory
- All Implemented Interfaces:
InjectableStepsFactory
An
InjectableStepsFactory
that is provided Object instances.-
Nested Class Summary
Nested classes/interfaces inherited from class org.jbehave.core.steps.AbstractStepsFactory
AbstractStepsFactory.StepsInstanceNotFound
-
Constructor Summary
ConstructorDescriptionInstanceStepsFactory
(Configuration configuration, Object... stepsInstances) InstanceStepsFactory
(Configuration configuration, List<?> stepsInstances) -
Method Summary
Methods inherited from class org.jbehave.core.steps.AbstractStepsFactory
createCandidateSteps, hasAnnotatedMethods
-
Constructor Details
-
InstanceStepsFactory
-
InstanceStepsFactory
-
-
Method Details
-
stepsTypes
- Specified by:
stepsTypes
in classAbstractStepsFactory
-
createInstanceOfType
-