@FunctionalInterface
public interface TestBlockFunction
This is a functional interface whose functional method is apply()
.
Modifier and Type | Method and Description |
---|---|
void |
apply()
Defines a set of tests by calling
Cuppa.it(String, TestFunction) and/or defines
nested blocks by calling Cuppa.describe(String, TestBlockFunction) or
Cuppa.when(String, TestBlockFunction) . |
void apply()
Cuppa.it(String, TestFunction)
and/or defines
nested blocks by calling Cuppa.describe(String, TestBlockFunction)
or
Cuppa.when(String, TestBlockFunction)
.