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