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
IOException
public static StepData withTestDataFrom(String testDataSource) throws IOException
IOException
public static StepData withTestDataFrom(String... testDataRows) throws IOException
IOException
public <T> T run(T steps) throws IOException
IOException
public StepData usingFactory(StepFactory factory)
public static void setDefaultStepFactory(StepFactory factory)
public static StepFactory getDefaultStepFactory()
public StepData separatedBy(char newSeparator)
Copyright © 2022. All rights reserved.