| Package | Description |
|---|---|
| ch.powerunit.function.lang |
Language package for function tester.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FunctionTesterNextDSL<T,R>
Optionnally specify a name for the test case.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionTesterEndDSL<T,R> |
FunctionTesterNextDSL.testNamed(String name)
Optionnally specify a name for the test case.
|
FunctionTesterEndDSL<T,R> |
FunctionTesterNextDSL.testNamed(Supplier<String> name)
Optionnally specify a name for the test case.
|
Copyright © 2015. All rights reserved.