public interface Tester
| Modifier and Type | Method and Description |
|---|---|
void |
end()
Finish the test asserting that no errors happened
|
<U> ActiveTester<U> |
load(String fileName,
Load<U> strategy)
Load a file with a given @{Load} and assign the result to the
test value.
|
<U> ActiveTester<U> |
value(U value)
Set the value that will be used as the input value for other actions.
|
<U> ActiveTester<U> value(U value)
U - new ActiveTester value type.value - to set.ActiveTester instance.<U> ActiveTester<U> load(String fileName, Load<U> strategy)
U - new ActiveTester value type.fileName - to load.strategy - used to load the given fileName.ActiveTester instance.void end()
Copyright © 2017. All rights reserved.