public interface BiFunctionTesterDefineDSL<T,U,R>
| Modifier and Type | Method and Description |
|---|---|
BiFunctionTesterNextDSL<T,U,R> |
thenExpectingResult(R result)
Specify the expected result.
|
BiFunctionTesterNextDSL<T,U,R> |
thenExpectingResult(Supplier<R> result)
Specify the expected result.
|
BiFunctionTesterNextDSL<T,U,R> |
thenExpectingResultThat(Matcher<? super R> matching)
Specify the expected result.
|
BiFunctionTesterNextDSL<T,U,R> |
thenExpectingResultThat(Supplier<Matcher<? super R>> matching)
Specify the expected result.
|
BiFunctionTesterNextDSL<T,U,R> thenExpectingResult(R result)
result - the expected value.next step of the DSLBiFunctionTesterNextDSL<T,U,R> thenExpectingResult(Supplier<R> result)
result - a supplier for the expected valuenext step of the DSLBiFunctionTesterNextDSL<T,U,R> thenExpectingResultThat(Matcher<? super R> matching)
matching - a matcher on the expected value.next step of the DSLBiFunctionTesterNextDSL<T,U,R> thenExpectingResultThat(Supplier<Matcher<? super R>> matching)
matching - a supplier for the matcher on the expected valuenext step of the DSLCopyright © 2015. All rights reserved.