Uses of Interface
org.junit.jupiter.api.Named
Packages that use Named
-
Uses of Named in org.junit.jupiter.api
Subinterfaces of Named in org.junit.jupiter.apiModifier and TypeInterfaceDescriptioninterfaceNamedExecutablejoinsExecutableandNamedin a one self-typed functional interface.Methods in org.junit.jupiter.api with type parameters of type NamedModifier and TypeMethodDescriptionstatic <T extends Named<E>,E extends Executable>
Stream<DynamicTest> Generate a stream of dynamic tests based on the given iterator.static <T extends Named<E>,E extends Executable>
Stream<DynamicTest> Generate a stream of dynamic tests based on the given input stream.Methods in org.junit.jupiter.api that return NamedModifier and TypeMethodDescriptionstatic <T> Named<T> Factory method for creating an instance ofNamedbased on anameand apayload.static <T> Named<T> Factory method for creating an instance ofNamedbased on anameand 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.