diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-02-05 12:50:06 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-02-05 12:50:13 -0500 |
commit | fa97f50cf4d6395b49ec2ad275722db81a30953d (patch) | |
tree | 7d6836288f602626d9b874d0dfed6352cb0b5ac3 /PolicyEngineAPI | |
parent | 153ec0fda79b07ca1ecf7016f1e7f4e2c792f04e (diff) |
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 <pdragosh@research.att.com>
Diffstat (limited to 'PolicyEngineAPI')
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/std/test/NotificationStoreTest.java | 13 |
1 files changed, 0 insertions, 13 deletions
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 @@ -34,19 +34,6 @@ import static org.junit.Assert.*; */ 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. * * @throws Exception |