Catalog alignment
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / servlets / RepresentationUtilsTest.java
index 8f520d7..3d10bb1 100644 (file)
@@ -27,7 +27,9 @@ import org.openecomp.sdc.be.model.Operation;
 
 import java.util.HashMap;
 
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
 
 public class RepresentationUtilsTest  {
 
@@ -56,19 +58,6 @@ public class RepresentationUtilsTest  {
         result = RepresentationUtils.toRepresentation(elementToRepresent);
     }
 
-
-
-
-    @Test
-    public void testConvertJsonToArtifactDefinition() throws Exception {
-        String content = "";
-        Class<ArtifactDefinition> clazz = null;
-        ArtifactDefinition result;
-
-        // default test
-        result = RepresentationUtils.convertJsonToArtifactDefinition(content, clazz);
-    }
-
     @Test
     public void checkIsEmptyFiltering() throws Exception {
         HashMap<String, Operation> op = new HashMap<>();