Class StepData
java.lang.Object
net.thucydides.core.steps.stepdata.StepData
Data-driven test step execution.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StepFactory
<T> T
run
(T steps) separatedBy
(char newSeparator) static void
setDefaultStepFactory
(StepFactory factory) usingFactory
(StepFactory factory) static StepData
withTestDataFrom
(String testDataSource) static StepData
withTestDataFrom
(String... testDataRows)
-
Field Details
-
DEFAULT_SEPARATOR
public static final char DEFAULT_SEPARATOR- See Also:
-
-
Constructor Details
-
StepData
- Throws:
IOException
-
-
Method Details
-
withTestDataFrom
- Throws:
IOException
-
withTestDataFrom
- Throws:
IOException
-
run
- Throws:
IOException
-
usingFactory
-
setDefaultStepFactory
-
getDefaultStepFactory
-
separatedBy
-