[POLICY-122] Policy GUI Fixes
[policy/engine.git] / PolicyEngineAPI / src / test / java / org / openecomp / policy / std / test / NotificationStoreTest.java
1 /*-
2  * ============LICENSE_START=======================================================
3  * PolicyEngineAPI
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ============LICENSE_END=========================================================
19  */
20
21 package org.openecomp.policy.std.test;
22
23 import org.junit.*;
24 import org.openecomp.policy.std.NotificationStore;
25 import org.openecomp.policy.std.StdPDPNotification;
26
27 import static org.junit.Assert.*;
28
29 /**
30  * The class <code>NotificationStoreTest</code> contains tests for the class <code>{@link NotificationStore}</code>.
31  *
32  * @generatedBy CodePro at 6/1/16 1:40 PM
33  * @version $Revision: 1.0 $
34  */
35 public class NotificationStoreTest {
36         /**
37          * Run the NotificationStore() constructor test.
38          *
39          * @generatedBy CodePro at 6/1/16 1:40 PM
40          */
41         @Test
42         public void testNotificationStore_1()
43                 throws Exception {
44                 NotificationStore result = new NotificationStore();
45                 assertNotNull(result);
46                 // add additional test code here
47         }
48
49         /**
50          * Run the void recordNotification(StdPDPNotification) method test.
51          *
52          * @throws Exception
53          *
54          * @generatedBy CodePro at 6/1/16 1:40 PM
55          */
56         @Test
57         public void testRecordNotification_1()
58                 throws Exception {
59                 StdPDPNotification notification = new StdPDPNotification();
60
61                 NotificationStore.recordNotification(notification);
62
63                 // add additional test code here
64         }
65
66         /**
67          * Run the void recordNotification(StdPDPNotification) method test.
68          *
69          * @throws Exception
70          *
71          * @generatedBy CodePro at 6/1/16 1:40 PM
72          */
73         @Test
74         public void testRecordNotification_2()
75                 throws Exception {
76                 StdPDPNotification notification = new StdPDPNotification();
77
78                 NotificationStore.recordNotification(notification);
79
80                 // add additional test code here
81         }
82
83         /**
84          * Run the void recordNotification(StdPDPNotification) method test.
85          *
86          * @throws Exception
87          *
88          * @generatedBy CodePro at 6/1/16 1:40 PM
89          */
90         @Test
91         public void testRecordNotification_3()
92                 throws Exception {
93                 StdPDPNotification notification = new StdPDPNotification();
94
95                 NotificationStore.recordNotification(notification);
96
97                 // add additional test code here
98         }
99
100         /**
101          * Run the void recordNotification(StdPDPNotification) method test.
102          *
103          * @throws Exception
104          *
105          * @generatedBy CodePro at 6/1/16 1:40 PM
106          */
107         @Test
108         public void testRecordNotification_4()
109                 throws Exception {
110                 StdPDPNotification notification = new StdPDPNotification();
111
112                 NotificationStore.recordNotification(notification);
113
114                 // add additional test code here
115         }
116
117         /**
118          * Run the void recordNotification(StdPDPNotification) method test.
119          *
120          * @throws Exception
121          *
122          * @generatedBy CodePro at 6/1/16 1:40 PM
123          */
124         @Test
125         public void testRecordNotification_5()
126                 throws Exception {
127                 StdPDPNotification notification = new StdPDPNotification();
128
129                 NotificationStore.recordNotification(notification);
130
131                 // add additional test code here
132         }
133
134         /**
135          * Run the void recordNotification(StdPDPNotification) method test.
136          *
137          * @throws Exception
138          *
139          * @generatedBy CodePro at 6/1/16 1:40 PM
140          */
141         @Test
142         public void testRecordNotification_6()
143                 throws Exception {
144                 StdPDPNotification notification = new StdPDPNotification();
145
146                 NotificationStore.recordNotification(notification);
147
148                 // add additional test code here
149         }
150
151         /**
152          * Run the void recordNotification(StdPDPNotification) method test.
153          *
154          * @throws Exception
155          *
156          * @generatedBy CodePro at 6/1/16 1:40 PM
157          */
158         @Test
159         public void testRecordNotification_7()
160                 throws Exception {
161                 StdPDPNotification notification = new StdPDPNotification();
162
163                 NotificationStore.recordNotification(notification);
164
165                 // add additional test code here
166         }
167
168         /**
169          * Run the void recordNotification(StdPDPNotification) method test.
170          *
171          * @throws Exception
172          *
173          * @generatedBy CodePro at 6/1/16 1:40 PM
174          */
175         @Test
176         public void testRecordNotification_8()
177                 throws Exception {
178                 StdPDPNotification notification = new StdPDPNotification();
179
180                 NotificationStore.recordNotification(notification);
181
182                 // add additional test code here
183         }
184
185         /**
186          * Run the void recordNotification(StdPDPNotification) method test.
187          *
188          * @throws Exception
189          *
190          * @generatedBy CodePro at 6/1/16 1:40 PM
191          */
192         @Test
193         public void testRecordNotification_9()
194                 throws Exception {
195                 StdPDPNotification notification = new StdPDPNotification();
196
197                 NotificationStore.recordNotification(notification);
198
199                 // add additional test code here
200         }
201
202         /**
203          * Run the void recordNotification(StdPDPNotification) method test.
204          *
205          * @throws Exception
206          *
207          * @generatedBy CodePro at 6/1/16 1:40 PM
208          */
209         @Test
210         public void testRecordNotification_10()
211                 throws Exception {
212                 StdPDPNotification notification = new StdPDPNotification();
213
214                 NotificationStore.recordNotification(notification);
215
216                 // add additional test code here
217         }
218
219         /**
220          * Run the void recordNotification(StdPDPNotification) method test.
221          *
222          * @throws Exception
223          *
224          * @generatedBy CodePro at 6/1/16 1:40 PM
225          */
226         @Test
227         public void testRecordNotification_11()
228                 throws Exception {
229                 StdPDPNotification notification = new StdPDPNotification();
230
231                 NotificationStore.recordNotification(notification);
232
233                 // add additional test code here
234         }
235
236         /**
237          * Run the void recordNotification(StdPDPNotification) method test.
238          *
239          * @throws Exception
240          *
241          * @generatedBy CodePro at 6/1/16 1:40 PM
242          */
243         @Test
244         public void testRecordNotification_12()
245                 throws Exception {
246                 StdPDPNotification notification = new StdPDPNotification();
247
248                 NotificationStore.recordNotification(notification);
249
250                 // add additional test code here
251         }
252
253         /**
254          * Run the void recordNotification(StdPDPNotification) method test.
255          *
256          * @throws Exception
257          *
258          * @generatedBy CodePro at 6/1/16 1:40 PM
259          */
260         @Test
261         public void testRecordNotification_13()
262                 throws Exception {
263                 StdPDPNotification notification = new StdPDPNotification();
264
265                 NotificationStore.recordNotification(notification);
266
267                 // add additional test code here
268         }
269
270         /**
271          * Run the void recordNotification(StdPDPNotification) method test.
272          *
273          * @throws Exception
274          *
275          * @generatedBy CodePro at 6/1/16 1:40 PM
276          */
277         @Test
278         public void testRecordNotification_14()
279                 throws Exception {
280                 StdPDPNotification notification = new StdPDPNotification();
281
282                 NotificationStore.recordNotification(notification);
283
284                 // add additional test code here
285         }
286
287         /**
288          * Run the void recordNotification(StdPDPNotification) method test.
289          *
290          * @throws Exception
291          *
292          * @generatedBy CodePro at 6/1/16 1:40 PM
293          */
294         @Test
295         public void testRecordNotification_15()
296                 throws Exception {
297                 StdPDPNotification notification = new StdPDPNotification();
298
299                 NotificationStore.recordNotification(notification);
300
301                 // add additional test code here
302         }
303
304         /**
305          * Run the void recordNotification(StdPDPNotification) method test.
306          *
307          * @throws Exception
308          *
309          * @generatedBy CodePro at 6/1/16 1:40 PM
310          */
311         @Test
312         public void testRecordNotification_16()
313                 throws Exception {
314                 StdPDPNotification notification = null;
315
316                 NotificationStore.recordNotification(notification);
317
318                 // add additional test code here
319         }
320
321         /**
322          * Perform pre-test initialization.
323          *
324          * @throws Exception
325          *         if the initialization fails for some reason
326          *
327          * @generatedBy CodePro at 6/1/16 1:40 PM
328          */
329         @Before
330         public void setUp()
331                 throws Exception {
332                 // add additional set up code here
333         }
334
335         /**
336          * Perform post-test clean-up.
337          *
338          * @throws Exception
339          *         if the clean-up fails for some reason
340          *
341          * @generatedBy CodePro at 6/1/16 1:40 PM
342          */
343         @After
344         public void tearDown()
345                 throws Exception {
346                 // Add additional tear down code here
347         }
348
349         /**
350          * Launch the test.
351          *
352          * @param args the command line arguments
353          *
354          * @generatedBy CodePro at 6/1/16 1:40 PM
355          */
356         public static void main(String[] args) {
357                 new org.junit.runner.JUnitCore().run(NotificationStoreTest.class);
358         }
359 }