Uses of Interface
org.junit.jupiter.api.Named
-
Uses of Named in org.junit.jupiter.api
Modifier and TypeMethodDescriptionstatic <T> Named<T>
Factory method for creating an instance ofNamed
based on aname
and apayload
.static <T> Named<T>
Factory method for creating an instance ofNamed
based on aname
and apayload
.Modifier and TypeMethodDescriptionstatic <T> Stream<DynamicTest>
DynamicTest.stream
(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> Stream<DynamicTest>
DynamicTest.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.