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