Migrate Assert.assertThat()
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / test / java / org / opendaylight / controller / cluster / schema / provider / impl / RemoteSchemaProviderTest.java
index 06d33690f039b7f90789038e718bc10dcffea537..2a8ddd2e560a39cbace5c16d49eda489c2ec14cc 100644 (file)
@@ -7,10 +7,10 @@
  */
 package org.opendaylight.controller.cluster.schema.provider.impl;
 
+import static org.hamcrest.MatcherAssert.assertThat;
 import static org.hamcrest.Matchers.instanceOf;
 import static org.junit.Assert.assertArrayEquals;
 import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertThat;
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;
 import static org.mockito.Mockito.doReturn;