public final class StepData extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
DEFAULT_SEPARATOR |
| Constructor and Description |
|---|
StepData(TestDataSource testDataSource) |
| Modifier and Type | Method and Description |
|---|---|
static StepFactory |
getDefaultStepFactory() |
<T> T |
run(T steps) |
StepData |
separatedBy(char newSeparator) |
static void |
setDefaultStepFactory(StepFactory factory) |
StepData |
usingFactory(StepFactory factory) |
static StepData |
withTestDataFrom(String... testDataRows) |
static StepData |
withTestDataFrom(String testDataSource) |
public static final char DEFAULT_SEPARATOR
public StepData(TestDataSource testDataSource) throws IOException
IOExceptionpublic static StepData withTestDataFrom(String testDataSource) throws IOException
IOExceptionpublic static StepData withTestDataFrom(String... testDataRows) throws IOException
IOExceptionpublic <T> T run(T steps)
throws IOException
IOExceptionpublic StepData usingFactory(StepFactory factory)
public static void setDefaultStepFactory(StepFactory factory)
public static StepFactory getDefaultStepFactory()
public StepData separatedBy(char newSeparator)
Copyright © 2021. All rights reserved.