| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractTester.Builder<T> |
| Modifier | Constructor and Description |
|---|---|
protected |
InactiveTester(AbstractTester.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
Tester<T> |
apply(Consumer<T> consumer) |
Tester<T> |
compare(String fileName,
Comparison strategy) |
protected InputStream |
createInputStream(File file) |
protected OutputStream |
createOutputStream(File file) |
void |
end() |
protected File |
errorTarget() |
protected File |
inputResource(String fileName) |
<T> Tester<T> |
load(String fileName,
Load<T> strategy) |
<U> Tester<U> |
map(Function<T,U> function) |
static <T> AbstractTester.Builder<T> |
newBuilder() |
static <T> AbstractTester.Builder<T> |
newBuilder(com.github.karamelsoft.testing.data.driven.testing.core.AbstractTester<?> abstractTester) |
protected File |
outputResource(String fileName) |
protected File |
outputTarget(String fileName) |
Tester<T> |
save(String fileName,
Save<T> strategy) |
Tester<T> |
scenario(Consumer<Tester<?>> scenario) |
Tester<T> |
scenario(Scenario<T> scenario) |
Tester<T> |
script(Consumer<Tester<T>> script) |
<U> Tester<U> |
script(Script<T,U> script) |
<U> Tester<U> |
value(U value) |
protected InactiveTester(AbstractTester.Builder<?> builder)
public static <T> AbstractTester.Builder<T> newBuilder()
public static <T> AbstractTester.Builder<T> newBuilder(com.github.karamelsoft.testing.data.driven.testing.core.AbstractTester<?> abstractTester)
public Tester<T> compare(String fileName, Comparison strategy)
protected File errorTarget()
protected InputStream createInputStream(File file) throws FileNotFoundException
FileNotFoundExceptionprotected OutputStream createOutputStream(File file) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2016. All rights reserved.