Uses of Package
org.junit.jupiter.api.function

Packages that use org.junit.jupiter.api.function
Package Description
org.junit.jupiter.api
JUnit Jupiter API for writing tests.
org.junit.jupiter.api.extension
JUnit Jupiter API for writing extensions.
  • Classes in org.junit.jupiter.api.function used by org.junit.jupiter.api
    Class Description
    Executable
    Executable is a functional interface that can be used to implement any generic block of code that potentially throws a Throwable.
    ThrowingConsumer
    ThrowingConsumer is a functional interface that can be used to implement any generic block of code that consumes an argument and potentially throws a Throwable.
    ThrowingSupplier
    ThrowingSupplier is a functional interface that can be used to implement any generic block of code that returns an object and potentially throws a Throwable.
  • Classes in org.junit.jupiter.api.function used by org.junit.jupiter.api.extension
    Class Description
    Executable
    Executable is a functional interface that can be used to implement any generic block of code that potentially throws a Throwable.