| 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 |
compare(String fileName,
Comparison strategy) |
static TesterBuilder |
createTest() |
void |
end() |
<T> Tester |
load(String fileName,
Load<T> strategy) |
<U> Tester<U> |
map(Function<T,U> function) |
protected InputStream |
readFromResource(String fileName) |
Tester<T> |
save(String fileName,
Save<T> strategy) |
Tester<T> |
scenario(Scenario<T> scenario) |
<U> Tester<U> |
script(Script<T,U> script) |
<U> Tester<U> |
value(U value) |
protected OutputStream |
writeIntoTarget(String fileName) |
protected InactiveTester(AbstractTester.Builder builder) throws IOException
IOExceptionpublic static TesterBuilder createTest()
public Tester compare(String fileName, Comparison strategy)
protected InputStream readFromResource(String fileName) throws FileNotFoundException
FileNotFoundExceptionprotected OutputStream writeIntoTarget(String fileName) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2016. All rights reserved.