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