aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-model/src/test/java/org/openecomp/sdc/be/model/operations/impl/ComponentInstanceOperationTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-model/src/test/java/org/openecomp/sdc/be/model/operations/impl/ComponentInstanceOperationTest.java')
-rw-r--r--catalog-model/src/test/java/org/openecomp/sdc/be/model/operations/impl/ComponentInstanceOperationTest.java34
1 files changed, 0 insertions, 34 deletions
diff --git a/catalog-model/src/test/java/org/openecomp/sdc/be/model/operations/impl/ComponentInstanceOperationTest.java b/catalog-model/src/test/java/org/openecomp/sdc/be/model/operations/impl/ComponentInstanceOperationTest.java
index 40f692ca41..321bc422af 100644
--- a/catalog-model/src/test/java/org/openecomp/sdc/be/model/operations/impl/ComponentInstanceOperationTest.java
+++ b/catalog-model/src/test/java/org/openecomp/sdc/be/model/operations/impl/ComponentInstanceOperationTest.java
@@ -24,40 +24,6 @@ public class ComponentInstanceOperationTest {
testSubject.setTitanGenericDao(titanGenericDao);
}
-
-
-
-
-
-// @Test
-// public void testValidateElementExistInGraph() throws Exception {
-// ComponentInstanceOperation testSubject;
-// String elementUniqueId = "";
-// NodeTypeEnum elementNodeType = null;
-// Supplier<Class<ElementData>> elementClassGen = null;
-// Wrapper<ElementData> elementDataWrapper = null;
-// Wrapper<TitanOperationStatus> errorWrapper = null;
-//
-// // default test
-// testSubject = createTestSubject();
-// testSubject.validateElementExistInGraph(elementUniqueId, elementNodeType, elementClassGen, elementDataWrapper,
-// errorWrapper);
-// }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@Test
public void testUpdateInputValueInResourceInstance() throws Exception {
ComponentInstanceOperation testSubject;