Package | Description |
---|---|
org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
org.junit.jupiter.engine.execution |
Internal classes for test execution within the JUnit Jupiter test engine.
|
Class and 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 . |
Class and Description |
---|
Executable
Executable is a functional interface that can be used to
implement any generic block of code that potentially throws a
Throwable . |
Class and Description |
---|
Executable
Executable is a functional interface that can be used to
implement any generic block of code that potentially throws a
Throwable . |