Uses of Interface
org.junit.jupiter.api.Named
Packages that use Named
-
Uses of Named in org.junit.jupiter.api
Methods in org.junit.jupiter.api that return NamedModifier 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
.Method parameters in org.junit.jupiter.api with type arguments of type NamedModifier 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.