Uses of Class
net.thucydides.core.steps.ScenarioSteps

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
<T extends ScenarioSteps>
List<T>
TestDataSource.getInstanciatedInstancesFrom(Class<T> clazz, StepFactory factory)
           
<T extends ScenarioSteps>
List<T>
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
<T extends ScenarioSteps>
T
ScenarioSteps.onSamePage(Class<T> stepsType)
           
<T extends ScenarioSteps>
T
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)
           
 



Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.