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) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jbehave.core.steps.CandidateSteps> |
createCandidateSteps()
Creates a list of
CandidateSteps. |
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 - : the configuration for JBehave.stepsInstances - : all the steps that are used in the test.public List<org.jbehave.core.steps.CandidateSteps> createCandidateSteps()
CandidateSteps.createCandidateSteps in interface org.jbehave.core.steps.InjectableStepsFactorycreateCandidateSteps in class org.jbehave.core.steps.AbstractStepsFactoryListAbstractStepsFactory.createCandidateSteps()Copyright © 2015. All Rights Reserved.