aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-model/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-model/src/test')
-rw-r--r--catalog-model/src/test/java/org/openecomp/sdc/be/model/jsontitan/utils/InterfaceUtilsTest.java20
1 files changed, 0 insertions, 20 deletions
diff --git a/catalog-model/src/test/java/org/openecomp/sdc/be/model/jsontitan/utils/InterfaceUtilsTest.java b/catalog-model/src/test/java/org/openecomp/sdc/be/model/jsontitan/utils/InterfaceUtilsTest.java
index 9d44232cd0..fbf01bc91d 100644
--- a/catalog-model/src/test/java/org/openecomp/sdc/be/model/jsontitan/utils/InterfaceUtilsTest.java
+++ b/catalog-model/src/test/java/org/openecomp/sdc/be/model/jsontitan/utils/InterfaceUtilsTest.java
@@ -47,24 +47,4 @@ public class InterfaceUtilsTest {
// default test
result = InterfaceUtils.createInterfaceToscaResourceName(resourceName);
}
-
-
- @Test
- public void testGetInterfaceOperationsFromInterfaces() throws Exception {
- Map<String, InterfaceDefinition> interfaces = null;
- Resource resource = null;
- Map<String, Operation> result;
-
- // default test
- result = InterfaceUtils.getInterfaceOperationsFromInterfaces(interfaces, resource);
- }
-
- @Test
- public void testGetOperationsFromInterface() throws Exception {
- Map<String, InterfaceDefinition> interfaces = null;
- List<Operation> result;
-
- // default test
- result = InterfaceUtils.getOperationsFromInterface(interfaces);
- }
} \ No newline at end of file