Use Assert.assertThrows()
[genius.git] / mdsalutil / mdsalutil-testutils / src / test / java / org / opendaylight / genius / infra / tests / ManagedNewTransactionRunnerImplTest.java
index 66787432efd9d5ac483870e4b040c476a6f75358..db4c22ab78ca0aff9fa010685d9272fece9f8786 100644 (file)
@@ -9,13 +9,13 @@ package org.opendaylight.genius.infra.tests;
 
 import static com.google.common.truth.Truth.assertThat;
 import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertThrows;
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;
 import static org.opendaylight.controller.md.sal.test.model.util.ListsBindingUtils.TOP_FOO_KEY;
 import static org.opendaylight.controller.md.sal.test.model.util.ListsBindingUtils.path;
 import static org.opendaylight.controller.md.sal.test.model.util.ListsBindingUtils.topLevelList;
 import static org.opendaylight.genius.infra.Datastore.OPERATIONAL;
-import static org.opendaylight.infrautils.testutils.Asserts.assertThrows;
 
 import java.io.IOException;
 import java.util.concurrent.ExecutionException;