net.thucydides.core.steps
Class StepData
java.lang.Object
net.thucydides.core.steps.StepData
public final class StepData
- extends Object
Data-driven test step execution.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StepData
public StepData(String testDataSource)
withTestDataFrom
public static StepData withTestDataFrom(String testDataSource)
run
public <T> 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-2013 Wakaleo Consulting. All Rights Reserved.