Technical debt and fix JUnit test
[policy/engine.git] / PolicyEngineAPI / src / test / java / org / onap / policy / std / test / NotificationStoreTest.java
index ed7383e..a453736 100644 (file)
@@ -33,19 +33,6 @@ import static org.junit.Assert.*;
  * @version $Revision: 1.0 $
  */
 public class NotificationStoreTest {
-       /**
-        * Run the NotificationStore() constructor test.
-        *
-        * @generatedBy CodePro at 6/1/16 1:40 PM
-        */
-       @Test
-       public void testNotificationStore_1()
-               throws Exception {
-               NotificationStore result = new NotificationStore();
-               assertNotNull(result);
-               // add additional test code here
-       }
-
        /**
         * Run the void recordNotification(StdPDPNotification) method test.
         *