Migrate test asserts
[mdsal.git] / code-generator / binding-generator-impl / src / test / java / org / opendaylight / yangtools / sal / binding / yang / types / NodeWrappedTypeTest.java
index 317f02e6d91e077cc44187b9ca2900210c1af692..e6d895d69eef48e418ffc0bed72d0d548f434596 100644 (file)
@@ -7,7 +7,9 @@
  */
 package org.opendaylight.yangtools.sal.binding.yang.types;
 
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertTrue;
 
 import org.junit.Test;