public interface FunctionTesterStartDSL<T,R>
| Modifier and Type | Method and Description |
|---|---|
FunctionTesterDefineDSL<T,R> |
passingAsParameter(Supplier<T> input)
Specify the input argument.
|
FunctionTesterDefineDSL<T,R> |
passingAsParameter(T input)
Specify the input argument.
|
FunctionTesterDefineDSL<T,R> passingAsParameter(T input)
input - the argument to be passed.the next step of the DSLFunctionTesterDefineDSL<T,R> passingAsParameter(Supplier<T> input)
input - a supplier to provide the argument to be passed.the next step of the DSLCopyright © 2015. All rights reserved.