public class ThucydidesStepFactory
extends org.jbehave.core.steps.AbstractStepsFactory
| Constructor and Description |
|---|
ThucydidesStepFactory(org.jbehave.core.configuration.Configuration configuration,
String rootPackage,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
org.jbehave.core.steps.InjectableStepsFactory |
andClassLoader(ClassLoader classLoader) |
ThucydidesStepFactory |
andConfiguration(org.jbehave.core.configuration.Configuration configuration) |
List<org.jbehave.core.steps.CandidateSteps> |
createCandidateSteps() |
Object |
createInstanceOfType(Class<?> type) |
ThucydidesStepContext |
getContext() |
static void |
resetContext() |
protected List<Class<?>> |
stepsTypes() |
static ThucydidesStepFactory |
withStepsFromPackage(String rootPackage,
org.jbehave.core.configuration.Configuration configuration) |
public ThucydidesStepFactory(org.jbehave.core.configuration.Configuration configuration,
String rootPackage,
ClassLoader classLoader)
public List<org.jbehave.core.steps.CandidateSteps> createCandidateSteps()
createCandidateSteps in interface org.jbehave.core.steps.InjectableStepsFactorycreateCandidateSteps in class org.jbehave.core.steps.AbstractStepsFactoryprotected List<Class<?>> stepsTypes()
stepsTypes in class org.jbehave.core.steps.AbstractStepsFactorypublic ThucydidesStepContext getContext()
public static void resetContext()
public static ThucydidesStepFactory withStepsFromPackage(String rootPackage, org.jbehave.core.configuration.Configuration configuration)
public ThucydidesStepFactory andConfiguration(org.jbehave.core.configuration.Configuration configuration)
public org.jbehave.core.steps.InjectableStepsFactory andClassLoader(ClassLoader classLoader)
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.