Package org.jbehave.core.steps.guice
Class GuiceStepsFactory
java.lang.Object
org.jbehave.core.steps.AbstractStepsFactory
org.jbehave.core.steps.guice.GuiceStepsFactory
- All Implemented Interfaces:
InjectableStepsFactory
An
InjectableStepsFactory
that uses a Guice Injector
for the
composition and instantiation of all components that contain JBehave
annotated methods.- Author:
- Cristiano Gavião, Paul Hammant, Mauro Talevi
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jbehave.core.steps.AbstractStepsFactory
AbstractStepsFactory.StepsInstanceNotFound
-
Constructor Summary
ConstructorsConstructorDescriptionGuiceStepsFactory
(Configuration configuration, com.google.inject.Injector injector) -
Method Summary
Methods inherited from class org.jbehave.core.steps.AbstractStepsFactory
createCandidateSteps, hasAnnotatedMethods
-
Constructor Details
-
GuiceStepsFactory
-
-
Method Details
-
stepsTypes
- Specified by:
stepsTypes
in classAbstractStepsFactory
-
createInstanceOfType
-