Uses of Interface
org.opendaylight.infrautils.testutils.Asserts.JUnitExecutable
-
Packages that use Asserts.JUnitExecutable Package Description org.opendaylight.infrautils.testutils -
-
Uses of Asserts.JUnitExecutable in org.opendaylight.infrautils.testutils
Methods in org.opendaylight.infrautils.testutils with parameters of type Asserts.JUnitExecutable Modifier and Type Method Description static <T extends Throwable>
TAsserts. assertThrows(Class<T> expectedThrowable, Asserts.JUnitExecutable exec)
Deprecated, for removal: This API element is subject to removal in a future version.UseAssert.assertThrows(Class, org.junit.function.ThrowingRunnable)
instead.
-