| Package | Description |
|---|---|
| ch.powerunit.bifunction |
Tester for bifunction.
|
| ch.powerunit.bifunction.lang |
Language package for bifunction tester.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,U,R> BiFunctionTesterStartDSL<T,U,R> |
BiFunctionTester.of(BiFunction<T,U,R> bifunctionUnderTest)
Start the creation of a tester of function.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BiFunctionTesterEndDSL<T,U,R>
Create the tester.
|
interface |
BiFunctionTesterNextDSL<T,U,R>
Optionnally specify a name for the test case.
|
Copyright © 2015. All rights reserved.