Uses of Interface
herddb.utils.TestUtils.ThrowingRunnable
-
Packages that use TestUtils.ThrowingRunnable Package Description herddb.utils -
-
Uses of TestUtils.ThrowingRunnable in herddb.utils
Methods in herddb.utils with parameters of type TestUtils.ThrowingRunnable Modifier and Type Method Description static voidTestUtils. assertThrows(Class<? extends Throwable> expectedThrowable, TestUtils.ThrowingRunnable runnable)Asserts thatrunnablethrows an exception of typeexpectedThrowablewhen executed.static <T extends Throwable>
TTestUtils. expectThrows(Class<T> expectedThrowable, TestUtils.ThrowingRunnable runnable)Asserts thatrunnablethrows an exception of typeexpectedThrowablewhen executed.static <T extends Throwable>
voidTestUtils. verifyThrows(Class<T> expectedThrowable, TestUtils.ThrowingRunnable runnable, Function<T,Boolean> verify)
-