Package | Description |
---|---|
org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
Modifier and Type | Method and Description |
---|---|
static <T> Stream<DynamicTest> |
DynamicTest.stream(Iterator<T> inputGenerator,
Function<? super T,String> displayNameGenerator,
ThrowingConsumer<? super T> testExecutor)
Generate a stream of dynamic tests based on the supplied generators
and test executor.
|