public interface FunctionTesterNextDSL<T,R> extends FunctionTesterEndDSL<T,R>, FunctionTesterStartDSL<T,R>
| Modifier and Type | Method and Description |
|---|---|
FunctionTesterEndDSL<T,R> |
testNamed(String name)
Optionnally specify a name for the test case.
|
FunctionTesterEndDSL<T,R> |
testNamed(Supplier<String> name)
Optionnally specify a name for the test case.
|
buildpassingAsParameter, passingAsParameterFunctionTesterEndDSL<T,R> testNamed(String name)
name - the name to used for the test case.next step of the DSLFunctionTesterEndDSL<T,R> testNamed(Supplier<String> name)
name - the supplier to be used for the name for the test casenext step of the DSLCopyright © 2015. All rights reserved.