From 82425921bbc9de28667a795a5d2172c125f380c2 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 25 Sep 2018 11:29:16 -0400 Subject: Add junit coverage to policy-common Added coverage tests for policy-endpoints. Fixed new checkstyle warnings. Use powermock version from parent pom. Replaced literals with constants in new tests. Moved test superclass higher up the class hierarchy so it can be re-used. Removed powermock version. Change-Id: I7d3d45132cd0973f4d02d3af320a1d53a1234e4d Issue-ID: POLICY-1148 Signed-off-by: Jim Hahn --- policy-endpoints/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'policy-endpoints/pom.xml') diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index a4ac93d4..1ef859cf 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -189,6 +189,12 @@ junit test + + + org.powermock + powermock-api-mockito + test + com.openpojo -- cgit 1.2.3-korg