Uses of Interface
org.junit.jupiter.api.function.ThrowingConsumer
-
Packages that use ThrowingConsumer Package Description org.junit.jupiter.api JUnit Jupiter API for writing tests. -
-
Uses of ThrowingConsumer in org.junit.jupiter.api
Methods in org.junit.jupiter.api with parameters of type ThrowingConsumer Modifier and Type Method Description 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<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.
-