public class UnitilsInstanceStepsFactory
extends org.jbehave.core.steps.InstanceStepsFactory
UnitilsSteps instead of the ordinary Steps.| Constructor and Description |
|---|
UnitilsInstanceStepsFactory(org.jbehave.core.configuration.Configuration configuration,
List<?> stepsInstances) |
UnitilsInstanceStepsFactory(org.jbehave.core.configuration.Configuration configuration,
Object... stepsInstances) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jbehave.core.steps.CandidateSteps> |
createCandidateSteps() |
protected List<org.jbehave.core.steps.ParameterConverters.ParameterConverter> |
methodReturningConverters(Class<?> type)
This method gets all the methods who are annotated with
AsParameterConverter. |
public UnitilsInstanceStepsFactory(org.jbehave.core.configuration.Configuration configuration,
List<?> stepsInstances)
configuration - stepsInstances - public UnitilsInstanceStepsFactory(org.jbehave.core.configuration.Configuration configuration,
Object... stepsInstances)
configuration - stepsInstances - public List<org.jbehave.core.steps.CandidateSteps> createCandidateSteps()
createCandidateSteps in interface org.jbehave.core.steps.InjectableStepsFactorycreateCandidateSteps in class org.jbehave.core.steps.AbstractStepsFactoryAbstractStepsFactory.createCandidateSteps()Copyright © 2014. All Rights Reserved.