org.onap migration
[vid.git] / vid-app-common / src / test / java / org / onap / vid / scheduler / SchedulerResponseWrappers / PostSubmitVnfChangeTimeSlotsWrapperTest.java
1 //package org.onap.vid.scheduler.SchedulerResponseWrappers;
2 //
3 //import org.junit.Test;
4 //
5 //
6 //public class PostSubmitVnfChangeTimeSlotsWrapperTest {
7 //
8 //      private PostSubmitVnfChangeTimeSlotsWrapper createTestSubject() {
9 //              return new PostSubmitVnfChangeTimeSlotsWrapper();
10 //      }
11 //
12 //
13 //      @Test
14 //      public void testGetUuid() throws Exception {
15 //              PostSubmitVnfChangeTimeSlotsWrapper testSubject;
16 //              String result;
17 //
18 //              // default test
19 //              testSubject = createTestSubject();
20 //              result = testSubject.getUuid();
21 //      }
22 //
23 //
24 //      @Test
25 //      public void testSetUuid() throws Exception {
26 //              PostSubmitVnfChangeTimeSlotsWrapper testSubject;
27 //              String v = "";
28 //
29 //              // default test
30 //              testSubject = createTestSubject();
31 //              testSubject.setUuid(v);
32 //      }
33 //
34 //
35 //      @Test
36 //      public void testToString() throws Exception {
37 //              PostSubmitVnfChangeTimeSlotsWrapper testSubject;
38 //              String result;
39 //
40 //              // default test
41 //              testSubject = createTestSubject();
42 //              result = testSubject.toString();
43 //      }
44 //
45 //
46 //      @Test
47 //      public void testGetResponse() throws Exception {
48 //              PostSubmitVnfChangeTimeSlotsWrapper testSubject;
49 //              String result;
50 //
51 //              // default test
52 //              testSubject = createTestSubject();
53 //              result = testSubject.getResponse();
54 //      }
55 //}