org.jbehave.core.steps
Class InstanceStepsFactory
java.lang.Object
org.jbehave.core.steps.AbstractStepsFactory
org.jbehave.core.steps.InstanceStepsFactory
- All Implemented Interfaces:
- InjectableStepsFactory
public class InstanceStepsFactory
- extends AbstractStepsFactory
An InjectableStepsFactory that is provided Object instances.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstanceStepsFactory
public InstanceStepsFactory(Configuration configuration,
java.lang.Object... stepsInstances)
InstanceStepsFactory
public InstanceStepsFactory(Configuration configuration,
java.util.List<java.lang.Object> stepsInstances)
stepsTypes
protected java.util.List<java.lang.Class<?>> stepsTypes()
- Specified by:
stepsTypes in class AbstractStepsFactory
createInstanceOfType
public java.lang.Object createInstanceOfType(java.lang.Class<?> type)
Copyright © 2003-2012. All Rights Reserved.