Uses of Interface
org.junit.jupiter.api.Named
| Package | Description |
|---|---|
| org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
-
Uses of Named in org.junit.jupiter.api
Methods in org.junit.jupiter.api that return Named Modifier and Type Method Description static <T> Named<T>Named. of(java.lang.String name, T payload)Method parameters in org.junit.jupiter.api with type arguments of type Named Modifier and Type Method Description static <T> java.util.stream.Stream<DynamicTest>DynamicTest. stream(java.util.Iterator<? extends Named<T>> inputGenerator, ThrowingConsumer<? super T> testExecutor)Generate a stream of dynamic tests based on the given generator and test executor.static <T> java.util.stream.Stream<DynamicTest>DynamicTest. stream(java.util.stream.Stream<? extends Named<T>> inputStream, ThrowingConsumer<? super T> testExecutor)Generate a stream of dynamic tests based on the given input stream and test executor.