net.thucydides.core.steps
Class StepData

Package class diagram package StepData
java.lang.Object
  extended by net.thucydides.core.steps.StepData

public final class StepData
extends Object

Data-driven test step execution. These methods let you load


Constructor Summary
StepData(String testDataSource)
           
 
Method Summary
static StepFactory getDefaultStepFactory()
           
<T extends ScenarioSteps>
T
run(T steps)
           
 StepData separatedBy(char newSeparator)
           
static void setDefaultStepFactory(StepFactory factory)
           
 StepData usingFactory(StepFactory factory)
           
static StepData withTestDataFrom(String testDataSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepData

public StepData(String testDataSource)
Method Detail

withTestDataFrom

public static StepData withTestDataFrom(String testDataSource)

run

public <T extends ScenarioSteps> T run(T steps)
                            throws IOException
Throws:
IOException

usingFactory

public StepData usingFactory(StepFactory factory)

setDefaultStepFactory

public static void setDefaultStepFactory(StepFactory factory)

getDefaultStepFactory

public static StepFactory getDefaultStepFactory()

separatedBy

public StepData separatedBy(char newSeparator)


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