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