|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StepFactory | |
|---|---|
| net.thucydides.core.csv | Support for loading test data from CSV files for data-driven tests. |
| net.thucydides.core.steps | Base class to be used when writing a library of resuable test steps. |
| Uses of StepFactory in net.thucydides.core.csv |
|---|
| Methods in net.thucydides.core.csv with parameters of type StepFactory | ||
|---|---|---|
|
TestDataSource.getInstanciatedInstancesFrom(Class<T> clazz,
StepFactory factory)
|
|
|
CSVTestDataSource.getInstanciatedInstancesFrom(Class<T> clazz,
StepFactory factory)
|
|
| Uses of StepFactory in net.thucydides.core.steps |
|---|
| Methods in net.thucydides.core.steps that return StepFactory | |
|---|---|
static StepFactory |
StepData.getDefaultStepFactory()
|
| Methods in net.thucydides.core.steps with parameters of type StepFactory | |
|---|---|
static void |
StepAnnotations.injectNestedScenarioStepsInto(Object scenarioSteps,
StepFactory stepFactory,
Class<?> scenarioStepsClass)
Instantiates the step scenario fields in a test case. |
static void |
StepAnnotations.injectScenarioStepsInto(Object testCase,
StepFactory stepFactory)
Instantiates the step scenario fields in a test case. |
static void |
StepData.setDefaultStepFactory(StepFactory factory)
|
StepData |
StepData.usingFactory(StepFactory factory)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||