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

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
<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 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)
           
 



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