Migrate Assert.assertThat()
[controller.git] / opendaylight / md-sal / sal-distributed-eos / src / test / java / org / opendaylight / controller / cluster / entityownership / DistributedEntityOwnershipIntegrationTest.java
index 07f071d9b1cf7ed9ecbe8ea13923829557f90c75..a743d6db21d78954f8161396fc42365f13ecedb5 100644 (file)
@@ -7,9 +7,9 @@
  */
 package org.opendaylight.controller.cluster.entityownership;
 
+import static org.hamcrest.MatcherAssert.assertThat;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNull;
-import static org.junit.Assert.assertThat;
 import static org.junit.Assert.assertTrue;
 import static org.mockito.AdditionalMatchers.or;
 import static org.mockito.Mockito.doNothing;