diff options
author | Jim Hahn <jrh3@att.com> | 2018-09-25 11:29:16 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-09-26 15:03:56 -0400 |
commit | 82425921bbc9de28667a795a5d2172c125f380c2 (patch) | |
tree | 19aee4936f6d06b8d64430b1464fdb2a2e5d1ecf /policy-endpoints/pom.xml | |
parent | af5e28cc353456a28204ce8ebe792a218607d8c9 (diff) |
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 <jrh3@att.com>
Diffstat (limited to 'policy-endpoints/pom.xml')
-rw-r--r-- | policy-endpoints/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>com.openpojo</groupId> |