diff options
author | bobbymander <bobby.mander@att.com> | 2018-03-13 09:07:40 -0400 |
---|---|---|
committer | bobbymander <bobby.mander@att.com> | 2018-03-13 09:39:00 -0400 |
commit | eaacb6317efd98f87fde5f2dee1cc9cc1f74aa45 (patch) | |
tree | 618df535ab65e250b7103c3c90988451c119fd3f /BRMSGateway/src | |
parent | eff3339eafcc4cb46b983ff1a7681ff8a4117d39 (diff) |
JUnit additions for PAP-REST,SDK-APP
Issue-ID: POLICY-600
Change-Id: Ie2a3257e26382f68d8cb008dc5ac512d6ac49c8b
Signed-off-by: bobbymander <bobby.mander@att.com>
Diffstat (limited to 'BRMSGateway/src')
-rw-r--r-- | BRMSGateway/src/test/java/org/onap/policy/brmsInterface/BRMSPushTest.java | 2 |
1 files changed, 0 insertions, 2 deletions
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; |