Merge "fix healers"
[sdc.git] / catalog-dao / src / test / java / org / openecomp / sdc / be / resources / data / auditing / DistributionDeployEventTest.java
1 package org.openecomp.sdc.be.resources.data.auditing;
2
3 import java.util.Date;
4 import java.util.UUID;
5
6 import javax.annotation.Generated;
7
8 import org.junit.Test;
9
10
11 public class DistributionDeployEventTest {
12
13         private DistributionDeployEvent createTestSubject() {
14                 return new DistributionDeployEvent();
15         }
16
17         
18         @Test
19         public void testFillFields() throws Exception {
20                 DistributionDeployEvent testSubject;
21
22                 // default test
23                 testSubject = createTestSubject();
24                 testSubject.fillFields();
25         }
26
27         
28         @Test
29         public void testGetResourceName() throws Exception {
30                 DistributionDeployEvent testSubject;
31                 String result;
32
33                 // default test
34                 testSubject = createTestSubject();
35                 result = testSubject.getResourceName();
36         }
37
38         
39         @Test
40         public void testSetResourceName() throws Exception {
41                 DistributionDeployEvent testSubject;
42                 String resourceName = "";
43
44                 // default test
45                 testSubject = createTestSubject();
46                 testSubject.setResourceName(resourceName);
47         }
48
49         
50         @Test
51         public void testGetResourceType() throws Exception {
52                 DistributionDeployEvent testSubject;
53                 String result;
54
55                 // default test
56                 testSubject = createTestSubject();
57                 result = testSubject.getResourceType();
58         }
59
60         
61         @Test
62         public void testSetResourceType() throws Exception {
63                 DistributionDeployEvent testSubject;
64                 String resourceType = "";
65
66                 // default test
67                 testSubject = createTestSubject();
68                 testSubject.setResourceType(resourceType);
69         }
70
71         
72         @Test
73         public void testGetCurrVersion() throws Exception {
74                 DistributionDeployEvent testSubject;
75                 String result;
76
77                 // default test
78                 testSubject = createTestSubject();
79                 result = testSubject.getCurrVersion();
80         }
81
82         
83         @Test
84         public void testSetCurrVersion() throws Exception {
85                 DistributionDeployEvent testSubject;
86                 String currVersion = "";
87
88                 // default test
89                 testSubject = createTestSubject();
90                 testSubject.setCurrVersion(currVersion);
91         }
92
93         
94         @Test
95         public void testGetTimebaseduuid() throws Exception {
96                 DistributionDeployEvent testSubject;
97                 UUID result;
98
99                 // default test
100                 testSubject = createTestSubject();
101                 result = testSubject.getTimebaseduuid();
102         }
103
104         
105         @Test
106         public void testSetTimebaseduuid() throws Exception {
107                 DistributionDeployEvent testSubject;
108                 UUID timebaseduuid = null;
109
110                 // default test
111                 testSubject = createTestSubject();
112                 testSubject.setTimebaseduuid(timebaseduuid);
113         }
114
115         
116         @Test
117         public void testGetTimestamp1() throws Exception {
118                 DistributionDeployEvent testSubject;
119                 Date result;
120
121                 // default test
122                 testSubject = createTestSubject();
123                 result = testSubject.getTimestamp1();
124         }
125
126         
127         @Test
128         public void testSetTimestamp1() throws Exception {
129                 DistributionDeployEvent testSubject;
130                 Date timestamp1 = null;
131
132                 // default test
133                 testSubject = createTestSubject();
134                 testSubject.setTimestamp1(timestamp1);
135         }
136
137         
138         @Test
139         public void testGetRequestId() throws Exception {
140                 DistributionDeployEvent testSubject;
141                 String result;
142
143                 // default test
144                 testSubject = createTestSubject();
145                 result = testSubject.getRequestId();
146         }
147
148         
149         @Test
150         public void testSetRequestId() throws Exception {
151                 DistributionDeployEvent testSubject;
152                 String requestId = "";
153
154                 // default test
155                 testSubject = createTestSubject();
156                 testSubject.setRequestId(requestId);
157         }
158
159         
160         @Test
161         public void testGetServiceInstanceId() throws Exception {
162                 DistributionDeployEvent testSubject;
163                 String result;
164
165                 // default test
166                 testSubject = createTestSubject();
167                 result = testSubject.getServiceInstanceId();
168         }
169
170         
171         @Test
172         public void testSetServiceInstanceId() throws Exception {
173                 DistributionDeployEvent testSubject;
174                 String serviceInstanceId = "";
175
176                 // default test
177                 testSubject = createTestSubject();
178                 testSubject.setServiceInstanceId(serviceInstanceId);
179         }
180
181         
182         @Test
183         public void testGetAction() throws Exception {
184                 DistributionDeployEvent testSubject;
185                 String result;
186
187                 // default test
188                 testSubject = createTestSubject();
189                 result = testSubject.getAction();
190         }
191
192         
193         @Test
194         public void testSetAction() throws Exception {
195                 DistributionDeployEvent testSubject;
196                 String action = "";
197
198                 // default test
199                 testSubject = createTestSubject();
200                 testSubject.setAction(action);
201         }
202
203         
204         @Test
205         public void testGetStatus() throws Exception {
206                 DistributionDeployEvent testSubject;
207                 String result;
208
209                 // default test
210                 testSubject = createTestSubject();
211                 result = testSubject.getStatus();
212         }
213
214         
215         @Test
216         public void testSetStatus() throws Exception {
217                 DistributionDeployEvent testSubject;
218                 String status = "";
219
220                 // default test
221                 testSubject = createTestSubject();
222                 testSubject.setStatus(status);
223         }
224
225         
226         @Test
227         public void testGetDesc() throws Exception {
228                 DistributionDeployEvent testSubject;
229                 String result;
230
231                 // default test
232                 testSubject = createTestSubject();
233                 result = testSubject.getDesc();
234         }
235
236         
237         @Test
238         public void testSetDesc() throws Exception {
239                 DistributionDeployEvent testSubject;
240                 String desc = "";
241
242                 // default test
243                 testSubject = createTestSubject();
244                 testSubject.setDesc(desc);
245         }
246
247         
248         @Test
249         public void testGetModifier() throws Exception {
250                 DistributionDeployEvent testSubject;
251                 String result;
252
253                 // default test
254                 testSubject = createTestSubject();
255                 result = testSubject.getModifier();
256         }
257
258         
259         @Test
260         public void testSetModifier() throws Exception {
261                 DistributionDeployEvent testSubject;
262                 String modifier = "";
263
264                 // default test
265                 testSubject = createTestSubject();
266                 testSubject.setModifier(modifier);
267         }
268
269         
270         @Test
271         public void testGetDid() throws Exception {
272                 DistributionDeployEvent testSubject;
273                 String result;
274
275                 // default test
276                 testSubject = createTestSubject();
277                 result = testSubject.getDid();
278         }
279
280         
281         @Test
282         public void testSetDid() throws Exception {
283                 DistributionDeployEvent testSubject;
284                 String did = "";
285
286                 // default test
287                 testSubject = createTestSubject();
288                 testSubject.setDid(did);
289         }
290
291         
292         @Test
293         public void testToString() throws Exception {
294                 DistributionDeployEvent testSubject;
295                 String result;
296
297                 // default test
298                 testSubject = createTestSubject();
299                 result = testSubject.toString();
300         }
301 }