org.jbehave.core.steps.guice
Class GuiceStepsFactory
java.lang.Object
org.jbehave.core.steps.guice.GuiceStepsFactory
public class GuiceStepsFactory
- extends Object
A factory class for CandidateSteps
that uses an Injector
for the composition and instantiation of all components that contains
core annotated methods.
- Author:
- Paul Hammant, Mauro Talevi
Constructor Summary |
GuiceStepsFactory(org.jbehave.core.steps.StepsConfiguration configuration,
com.google.inject.Injector parent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GuiceStepsFactory
public GuiceStepsFactory(org.jbehave.core.steps.StepsConfiguration configuration,
com.google.inject.Injector parent)
createCandidateSteps
public org.jbehave.core.steps.CandidateSteps[] createCandidateSteps()
Copyright © 2003-2010. All Rights Reserved.