Decouple config and netconf subsystems.
[controller.git] / opendaylight / netconf / netconf-util / src / test / java / org / opendaylight / controller / netconf / util / NetconfUtilTest.java
index b8605d823066330e2a4c0b0650a2024f12c063f6..d85128067c7725acf9367dfe65871bc697cb8bf3 100644 (file)
@@ -7,13 +7,13 @@
  */
 package org.opendaylight.controller.netconf.util;
 
-import org.junit.Test;
-import org.opendaylight.controller.netconf.util.xml.XmlUtil;
-import org.w3c.dom.Document;
-
+import static org.hamcrest.CoreMatchers.containsString;
 import static org.junit.Assert.assertThat;
 import static org.junit.Assert.fail;
-import static org.junit.matchers.JUnitMatchers.containsString;
+
+import org.junit.Test;
+import org.opendaylight.controller.config.util.xml.XmlUtil;
+import org.w3c.dom.Document;
 
 public class NetconfUtilTest {