-
For Removal Element Description org.opendaylight.infrautils.testutils.Asserts JUnit 4.13 ships with a workingAsserts.assertThrows(Class, JUnitExecutable)
, so there is no point shipping this class.org.opendaylight.infrautils.testutils.Asserts.assertThrows(Class<T>, Asserts.JUnitExecutable) UseAssert.assertThrows(Class, org.junit.function.ThrowingRunnable)
instead.org.opendaylight.infrautils.testutils.Asserts.JUnitExecutable
-
Interfaces Interface Description org.opendaylight.infrautils.testutils.Asserts.JUnitExecutable
-
Classes Class Description org.opendaylight.infrautils.inject.guice.testutils.AbstractCheckedModule Use org.opendaylight.infrautils.inject.guice.AbstractCheckedModule instead.org.opendaylight.infrautils.testutils.Asserts JUnit 4.13 ships with a workingAsserts.assertThrows(Class, JUnitExecutable)
, so there is no point shipping this class.