Workflow artifact in distribution notification
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / components / utils / InterfaceOperationUtilsTest.java
index 43649f6..1258bc0 100644 (file)
@@ -123,4 +123,10 @@ public class InterfaceOperationUtilsTest {
                                    .isPresent());
     }
 
+    @Test
+    public void testIsArtifactInUse() {
+        Assert.assertTrue(InterfaceOperationUtils.isArtifactInUse(resource, operationId1, "uniqId"));
+        Assert.assertFalse(InterfaceOperationUtils.isArtifactInUse(resource, operationId1, "uniqId1"));
+    }
+
 }
\ No newline at end of file