Uses of Interface
org.junit.jupiter.api.function.ThrowingConsumer
-
Uses of ThrowingConsumer in org.junit.jupiter.api
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
(Iterator<T> inputGenerator, Function<? super T, String> displayNameGenerator, 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.static <T> Stream<DynamicTest>
DynamicTest.stream
(Stream<T> inputStream, Function<? super T, String> displayNameGenerator, ThrowingConsumer<? super T> testExecutor) Generate a stream of dynamic tests based on the given input stream and test executor.