public class DefaultInactiveTester extends Object implements InactiveTester
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractTester.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultInactiveTester(AbstractTester.Builder builder) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitend, executeprotected DefaultInactiveTester(AbstractTester.Builder builder)
public <U> ActiveTester<U> script(Script<InactiveTester,U> script)
script in interface InactiveTesterpublic InactiveTester scenario(Scenario scenario)
scenario in interface InactiveTesterpublic InactiveTester scenario(Consumer<InactiveTester> scenario)
scenario in interface InactiveTesterpublic static AbstractTester.Builder newBuilder()
public static AbstractTester.Builder newBuilder(com.github.karamelsoft.testing.data.driven.testing.core.AbstractTester abstractTester)
public <U> ActiveTester<U> value(U value)
public <T> ActiveTester<T> load(String fileName, Load<T> strategy)
protected String name()
protected String scenario()
protected String resourcePath()
protected String targetPath()
protected File errorTarget()
protected InputStream createInputStream(File file) throws FileNotFoundException
FileNotFoundExceptionprotected OutputStream createOutputStream(File file) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2017. All rights reserved.