From fa97f50cf4d6395b49ec2ad275722db81a30953d Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 5 Feb 2018 12:50:06 -0500 Subject: Technical debt and fix JUnit test * One statement per line * private constructor for class with statics * Fix silly JUnit test Issue-ID: POLICY-474 Change-Id: Ie760826879febbbc4db4f03079ae1f847f2194dd Signed-off-by: Pamela Dragosh --- .../org/onap/policy/std/test/NotificationStoreTest.java | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'PolicyEngineAPI/src/test/java') 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. * -- cgit 1.2.3-korg