Package org.junit.function
-
Interface Summary Interface Description ThrowingRunnable This interface facilitates the use ofAssert.assertThrows(Class, ThrowingRunnable)from Java 8.
| Interface | Description |
|---|---|
| ThrowingRunnable |
This interface facilitates the use of
Assert.assertThrows(Class, ThrowingRunnable) from Java 8. |