diff options
author | priyanshu <pagarwal@amdocs.com> | 2018-08-06 14:31:02 +0530 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2018-08-06 16:00:45 +0000 |
commit | 1ecdbf74427467327de0b1e11cd0a839d6dc05bd (patch) | |
tree | 046179dbdf55b1de06995de2c1538e6f969969b7 /catalog-model/src/test/java | |
parent | b503f5b618a0c14b91714bb32de69f0957ab1f03 (diff) |
Interface operations Model update
1. Interface operations Model update
2. Removed unnecessary dependencies on resource
3. Fixed the broken code after merge
Change-Id: I2b6381493530f1d61f0803ee1d1d688648356f73
Issue-ID: SDC-1535
Signed-off-by: priyanshu <pagarwal@amdocs.com>
Diffstat (limited to 'catalog-model/src/test/java')
-rw-r--r-- | catalog-model/src/test/java/org/openecomp/sdc/be/model/jsontitan/utils/InterfaceUtilsTest.java | 20 |
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 |