Uses of Package
org.junit.jupiter.api.function
Package
Description
JUnit Jupiter API for writing tests.
JUnit Jupiter API for writing extensions.
-
ClassDescription
Executable
is a functional interface that can be used to implement any generic block of code that potentially throws aThrowable
.ThrowingConsumer
is a functional interface that can be used to implement any generic block of code that consumes an argument and potentially throws aThrowable
.ThrowingSupplier
is a functional interface that can be used to implement any generic block of code that returns an object and potentially throws aThrowable
. -
ClassDescription
Executable
is a functional interface that can be used to implement any generic block of code that potentially throws aThrowable
.