|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScenarioSteps | |
|---|---|
| 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 ScenarioSteps in net.thucydides.core.csv |
|---|
| Methods in net.thucydides.core.csv with type parameters of type ScenarioSteps | ||
|---|---|---|
|
TestDataSource.getInstanciatedInstancesFrom(Class<T> clazz,
StepFactory factory)
|
|
|
CSVTestDataSource.getInstanciatedInstancesFrom(Class<T> clazz,
StepFactory factory)
|
|
| Uses of ScenarioSteps in net.thucydides.core.steps |
|---|
| Methods in net.thucydides.core.steps with type parameters of type ScenarioSteps | ||
|---|---|---|
|
ScenarioSteps.onSamePage(Class<T> stepsType)
|
|
|
StepData.run(T steps)
|
|
| Methods in net.thucydides.core.steps that return ScenarioSteps | |
|---|---|
static ScenarioSteps |
DataDrivenStepFactory.newDataDrivenSteps(Class<? extends ScenarioSteps> scenarioStepsClass,
List<? extends ScenarioSteps> instantiatedSteps)
|
| Methods in net.thucydides.core.steps that return types with arguments of type ScenarioSteps | |
|---|---|
Class<? extends ScenarioSteps> |
StepsAnnotatedField.getFieldClass()
|
List<Class<? extends ScenarioSteps>> |
StepIndex.getStepClasses()
|
| Method parameters in net.thucydides.core.steps with type arguments of type ScenarioSteps | |
|---|---|
List<Method> |
StepIndex.getStepsFor(Class<? extends ScenarioSteps> scenarioClass)
|
static ScenarioSteps |
DataDrivenStepFactory.newDataDrivenSteps(Class<? extends ScenarioSteps> scenarioStepsClass,
List<? extends ScenarioSteps> instantiatedSteps)
|
static ScenarioSteps |
DataDrivenStepFactory.newDataDrivenSteps(Class<? extends ScenarioSteps> scenarioStepsClass,
List<? extends ScenarioSteps> instantiatedSteps)
|
| Constructor parameters in net.thucydides.core.steps with type arguments of type ScenarioSteps | |
|---|---|
DataDrivenStepInterceptor(List<? extends ScenarioSteps> instantiatedSteps)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||