From eaacb6317efd98f87fde5f2dee1cc9cc1f74aa45 Mon Sep 17 00:00:00 2001 From: bobbymander Date: Tue, 13 Mar 2018 09:07:40 -0400 Subject: JUnit additions for PAP-REST,SDK-APP Issue-ID: POLICY-600 Change-Id: Ie2a3257e26382f68d8cb008dc5ac512d6ac49c8b Signed-off-by: bobbymander --- .../src/test/java/org/onap/policy/brmsInterface/BRMSPushTest.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'BRMSGateway') diff --git a/BRMSGateway/src/test/java/org/onap/policy/brmsInterface/BRMSPushTest.java b/BRMSGateway/src/test/java/org/onap/policy/brmsInterface/BRMSPushTest.java index 07d21f45b..5ca2b309c 100644 --- a/BRMSGateway/src/test/java/org/onap/policy/brmsInterface/BRMSPushTest.java +++ b/BRMSGateway/src/test/java/org/onap/policy/brmsInterface/BRMSPushTest.java @@ -22,7 +22,6 @@ package org.onap.policy.brmsInterface; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; -import static org.junit.Assert.assertNull; import static org.junit.Assert.fail; import static org.mockito.Matchers.any; import java.util.HashMap; @@ -32,7 +31,6 @@ import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persistence.EntityTransaction; import javax.persistence.Persistence; - import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; -- cgit 1.2.3-korg