X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=PolicyEngineAPI%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fpolicy%2Fstd%2Ftest%2FNotificationStoreTest.java;fp=PolicyEngineAPI%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fpolicy%2Fstd%2Ftest%2FNotificationStoreTest.java;h=a453736ec656dae344d22cf6c7a993c673852d9b;hb=fa97f50cf4d6395b49ec2ad275722db81a30953d;hp=ed7383e1a913daccc4a83b70a1ce7caebc8befc1;hpb=153ec0fda79b07ca1ecf7016f1e7f4e2c792f04e;p=policy%2Fengine.git diff --git a/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/NotificationStoreTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/NotificationStoreTest.java index ed7383e1a..a453736ec 100644 --- a/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/NotificationStoreTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/NotificationStoreTest.java @@ -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. *