aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org/openecomp/vid/scheduler/SchedulerResponseWrappers/PostSubmitVnfChangeTimeSlotsWrapperTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/test/java/org/openecomp/vid/scheduler/SchedulerResponseWrappers/PostSubmitVnfChangeTimeSlotsWrapperTest.java')
-rw-r--r--vid-app-common/src/test/java/org/openecomp/vid/scheduler/SchedulerResponseWrappers/PostSubmitVnfChangeTimeSlotsWrapperTest.java55
1 files changed, 0 insertions, 55 deletions
diff --git a/vid-app-common/src/test/java/org/openecomp/vid/scheduler/SchedulerResponseWrappers/PostSubmitVnfChangeTimeSlotsWrapperTest.java b/vid-app-common/src/test/java/org/openecomp/vid/scheduler/SchedulerResponseWrappers/PostSubmitVnfChangeTimeSlotsWrapperTest.java
deleted file mode 100644
index ffe03bf06..000000000
--- a/vid-app-common/src/test/java/org/openecomp/vid/scheduler/SchedulerResponseWrappers/PostSubmitVnfChangeTimeSlotsWrapperTest.java
+++ /dev/null
@@ -1,55 +0,0 @@
-package org.openecomp.vid.scheduler.SchedulerResponseWrappers;
-
-import org.junit.Test;
-
-
-public class PostSubmitVnfChangeTimeSlotsWrapperTest {
-
- private PostSubmitVnfChangeTimeSlotsWrapper createTestSubject() {
- return new PostSubmitVnfChangeTimeSlotsWrapper();
- }
-
-
- @Test
- public void testGetUuid() throws Exception {
- PostSubmitVnfChangeTimeSlotsWrapper testSubject;
- String result;
-
- // default test
- testSubject = createTestSubject();
- result = testSubject.getUuid();
- }
-
-
- @Test
- public void testSetUuid() throws Exception {
- PostSubmitVnfChangeTimeSlotsWrapper testSubject;
- String v = "";
-
- // default test
- testSubject = createTestSubject();
- testSubject.setUuid(v);
- }
-
-
- @Test
- public void testToString() throws Exception {
- PostSubmitVnfChangeTimeSlotsWrapper testSubject;
- String result;
-
- // default test
- testSubject = createTestSubject();
- result = testSubject.toString();
- }
-
-
- @Test
- public void testGetResponse() throws Exception {
- PostSubmitVnfChangeTimeSlotsWrapper testSubject;
- String result;
-
- // default test
- testSubject = createTestSubject();
- result = testSubject.getResponse();
- }
-} \ No newline at end of file