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

Packages that use StepFactory
net.thucydides.core Core domain model for the Thucydides application. 
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. 
net.thucydides.core.webdriver Manage WebDriver instances, and knowing what WebDriver types are supported. 
net.thucydides.easyb   
 

Uses of StepFactory in net.thucydides.core
 

Methods in net.thucydides.core that return StepFactory
static StepFactory Thucydides.getStepFactory()
           
 

Uses of StepFactory in net.thucydides.core.csv
 

Methods in net.thucydides.core.csv with parameters of type StepFactory
<T> List<T>
CSVTestDataSource.getInstanciatedInstancesFrom(Class<T> clazz, StepFactory factory)
           
<T> List<T>
TestDataSource.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)
           
 

Constructors in net.thucydides.core.steps with parameters of type StepFactory
DataDrivenStepFactory(StepFactory factory)
           
 

Uses of StepFactory in net.thucydides.core.webdriver
 

Methods in net.thucydides.core.webdriver that return StepFactory
static StepFactory ThucydidesWebDriverSupport.getStepFactory()
           
 

Uses of StepFactory in net.thucydides.easyb
 

Methods in net.thucydides.easyb that return StepFactory
 StepFactory ThucydidesPlugin.getStepFactory()
           
 

Methods in net.thucydides.easyb with parameters of type StepFactory
 void ThucydidesPlugin.setStepFactory(StepFactory value)
           
 



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