| 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 |
|---|---|
ActiveTester<T> |
ActiveTester.apply(Consumer<T> consumer)
Execute a given
Consumer for the current value. |
ActiveTester<T> |
ActiveTester.compare(String fileName,
Comparison strategy)
Compare resource file to actual file for a given file name with a given
Comparison. |
default ActiveTester<T> |
ActiveTester.execute(Runnable runnable)
Execute a given runnable.
|
<U> ActiveTester<U> |
Tester.load(String fileName,
Load<U> strategy)
Load a file with a given @{Load} and assign the result to the
test value.
|
<U> ActiveTester<U> |
ActiveTester.map(Function<T,U> function)
Map the current value with with given
Function or set the given default value. |
ActiveTester<T> |
ActiveTester.save(String fileName,
Save<T> strategy)
Save the current value to file with a given
Save |
ActiveTester<T> |
ActiveTester.script(Consumer<ActiveTester<T>> script)
Execute a given consumer on the current ActiveTester.
|
<U> ActiveTester<U> |
ActiveTester.script(Script<ActiveTester<T>,U> script)
Execute a given script on the current ActiveTester.
|
<U> ActiveTester<U> |
InactiveTester.script(Script<InactiveTester,U> script)
Execute a given consumer on the current InactiveTester.
|
<U> ActiveTester<U> |
Tester.value(U value)
Set the value that will be used as the input value for other actions.
|
| Modifier and Type | Method and Description |
|---|---|
ActiveTester<T> |
ActiveTester.script(Consumer<ActiveTester<T>> script)
Execute a given consumer on the current ActiveTester.
|
<U> ActiveTester<U> |
ActiveTester.script(Script<ActiveTester<T>,U> script)
Execute a given script on the current ActiveTester.
|
| Modifier and Type | Method and Description |
|---|---|
ActiveTester<U> |
Script.execute(T tester)
Method used to define script operations.
|
Copyright © 2017. All rights reserved.