Uses of Package
org.junit.jupiter.api.function
Packages that use org.junit.jupiter.api.function
Package
Description
JUnit Jupiter API for writing tests.
JUnit Jupiter API for writing extensions.
Test descriptors used within the JUnit Jupiter test engine.
-
Classes in org.junit.jupiter.api.function used by org.junit.jupiter.apiClassDescription
Executableis a functional interface that can be used to implement any generic block of code that potentially throws aThrowable.ThrowingConsumeris a functional interface that can be used to implement any generic block of code that consumes an argument and potentially throws aThrowable.ThrowingSupplieris a functional interface that can be used to implement any generic block of code that returns an object and potentially throws aThrowable. -
Classes in org.junit.jupiter.api.function used by org.junit.jupiter.api.extensionClassDescription
Executableis a functional interface that can be used to implement any generic block of code that potentially throws aThrowable. -
Classes in org.junit.jupiter.api.function used by org.junit.jupiter.engine.descriptorClassDescription
Executableis a functional interface that can be used to implement any generic block of code that potentially throws aThrowable.