| Package | Description |
|---|---|
| com.github.karamelsoft.testing.data.driven.testing.api | |
| com.github.karamelsoft.testing.data.driven.testing.api.operations |
| Modifier and Type | Method and Description |
|---|---|
default InactiveTester |
InactiveTester.execute(Runnable runnable)
Execute a given runnable.
|
InactiveTester |
InactiveTester.scenario(Consumer<InactiveTester> scenario)
Execute a given scenario for each folder.
|
InactiveTester |
InactiveTester.scenario(Scenario scenario)
Execute a given scenario for each input file.
|
| Modifier and Type | Method and Description |
|---|---|
InactiveTester |
InactiveTester.scenario(Consumer<InactiveTester> scenario)
Execute a given scenario for each folder.
|
<U> ActiveTester<U> |
InactiveTester.script(Script<InactiveTester,U> script)
Execute a given consumer on the current InactiveTester.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scenario.execute(String fileName,
InactiveTester tester)
Executes the scenario.
|
Copyright © 2017. All rights reserved.