| Package | Description |
|---|---|
| ch.powerunit.function.lang |
Language package for function tester.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionTesterNextDSL<T,R> |
FunctionTesterDefineDSL.thenExpectingResult(R result)
Specify the expected result.
|
FunctionTesterNextDSL<T,R> |
FunctionTesterDefineDSL.thenExpectingResult(Supplier<R> result)
Specify the expected result.
|
FunctionTesterNextDSL<T,R> |
FunctionTesterDefineDSL.thenExpectingResultThat(Matcher<? super R> matching)
Specify the expected result.
|
FunctionTesterNextDSL<T,R> |
FunctionTesterDefineDSL.thenExpectingResultThat(Supplier<Matcher<? super R>> matching)
Specify the expected result.
|
Copyright © 2015. All rights reserved.