public interface BiFunctionTesterStartDSL<T,U,R>
| Modifier and Type | Method and Description |
|---|---|
BiFunctionTesterDefineDSL<T,U,R> |
passingAsParameter(Supplier<T> input1,
Supplier<U> input2)
Specify the input argument.
|
BiFunctionTesterDefineDSL<T,U,R> |
passingAsParameter(T input1,
U input2)
Specify the input argument.
|
BiFunctionTesterDefineDSL<T,U,R> passingAsParameter(T input1, U input2)
input1 - the first argument to be passed.input2 - the second argument to be passed.the next step of the DSLBiFunctionTesterDefineDSL<T,U,R> passingAsParameter(Supplier<T> input1, Supplier<U> input2)
input1 - the first argument to be passed.input2 - the second argument to be passed.the next step of the DSLCopyright © 2015. All rights reserved.