public interface BiFunctionTesterNextDSL<T,U,R> extends BiFunctionTesterEndDSL<T,U,R>, BiFunctionTesterStartDSL<T,U,R>
| Modifier and Type | Method and Description |
|---|---|
BiFunctionTesterEndDSL<T,U,R> |
testNamed(String name)
Optionnally specify a name for the test case.
|
BiFunctionTesterEndDSL<T,U,R> |
testNamed(Supplier<String> name)
Optionnally specify a name for the test case.
|
buildpassingAsParameter, passingAsParameterBiFunctionTesterEndDSL<T,U,R> testNamed(String name)
name - the name to used for the test case.next step of the DSLBiFunctionTesterEndDSL<T,U,R> testNamed(Supplier<String> name)
name - the supplier to be used for the name for the test casenext step of the DSLCopyright © 2015 Powerunit. All rights reserved.