| Package | Description |
|---|---|
| org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
| 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. |
Copyright © 2019. All rights reserved.