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
public class GuiceStepsFactory
- extends AbstractStepsFactory
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GuiceStepsFactory
public GuiceStepsFactory(Configuration configuration,
com.google.inject.Injector injector)
stepsInstances
protected List<Object> stepsInstances()
- Specified by:
stepsInstances in class AbstractStepsFactory
Copyright © 2003-2011. All Rights Reserved.