Increase code coverage
[aai/gizmo.git] / src / test / java / org / onap / schema / EdgeRulesLoaderTest.java
index 073e1d3..05f998f 100644 (file)
  */
 package org.onap.schema;
 
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertNull;
+import static org.junit.Assert.assertTrue;
 import org.junit.Test;
 import org.onap.crud.exception.CrudException;
 
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.Map;
-
-import static org.junit.Assert.*;
-
 public class EdgeRulesLoaderTest {
 
     @Test