1 package org.openecomp.sdc.asdctool.impl.validator.tasks.artifacts;
3 import javax.annotation.Generated;
8 public class ArtifactsVertexResultTest {
10 private ArtifactsVertexResult createTestSubject() {
11 return new ArtifactsVertexResult();
16 public void testAddNotFoundArtifact() throws Exception {
17 ArtifactsVertexResult testSubject;
18 String artifactId = "";
21 testSubject = createTestSubject();
22 testSubject.addNotFoundArtifact(artifactId);
27 public void testGetResult() throws Exception {
28 ArtifactsVertexResult testSubject;
32 testSubject = createTestSubject();
33 result = testSubject.getResult();