summaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org/openecomp/vid/aai/AaiGetVnfResponseTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/test/java/org/openecomp/vid/aai/AaiGetVnfResponseTest.java')
-rw-r--r--vid-app-common/src/test/java/org/openecomp/vid/aai/AaiGetVnfResponseTest.java33
1 files changed, 0 insertions, 33 deletions
diff --git a/vid-app-common/src/test/java/org/openecomp/vid/aai/AaiGetVnfResponseTest.java b/vid-app-common/src/test/java/org/openecomp/vid/aai/AaiGetVnfResponseTest.java
deleted file mode 100644
index b959709d..00000000
--- a/vid-app-common/src/test/java/org/openecomp/vid/aai/AaiGetVnfResponseTest.java
+++ /dev/null
@@ -1,33 +0,0 @@
-package org.openecomp.vid.aai;
-
-import java.util.Map;
-
-import org.junit.Test;
-
-public class AaiGetVnfResponseTest {
-
- private AaiGetVnfResponse createTestSubject() {
- return new AaiGetVnfResponse();
- }
-
- @Test
- public void testGetAdditionalProperties() throws Exception {
- AaiGetVnfResponse testSubject;
- Map<String, Object> result;
-
- // default test
- testSubject = createTestSubject();
- result = testSubject.getAdditionalProperties();
- }
-
- @Test
- public void testSetAdditionalProperty() throws Exception {
- AaiGetVnfResponse testSubject;
- String name = "";
- Object value = null;
-
- // default test
- testSubject = createTestSubject();
- testSubject.setAdditionalProperty(name, value);
- }
-} \ No newline at end of file