org.jbehave.core.steps.weld
Class WeldStepsFactory
java.lang.Object
org.jbehave.core.steps.AbstractStepsFactory
org.jbehave.core.steps.weld.WeldStepsFactory
- All Implemented Interfaces:
- InjectableStepsFactory
@Singleton
public class WeldStepsFactory
- extends AbstractStepsFactory
An InjectableStepsFactory
that uses a Weld Inject
for the
composition and instantiation of all components that contain JBehave
annotated methods.
- Author:
- Aaron Walker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeldStepsFactory
@Inject
public WeldStepsFactory(Configuration configuration)
stepsTypes
protected List<Class<?>> stepsTypes()
- Specified by:
stepsTypes
in class AbstractStepsFactory
createInstanceOfType
public Object createInstanceOfType(Class<?> type)
Copyright © 2003-2012. All Rights Reserved.