diff options
author | Jim Hahn <jrh3@att.com> | 2018-10-02 16:46:57 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-10-03 17:34:09 -0400 |
commit | 08dc9c33a66b1bdf7c35696576fcb44e7e072eb6 (patch) | |
tree | 817b73046ca2701528ddf42f4ca3244f47fbf2cf /policy-management/pom.xml | |
parent | a0e0c7840f72392152a970d88a5a66d394c4a793 (diff) |
Add coverage for policy-management
Added coverage for PolicyControllerFactory and AggregatedPolicyController.
Fixed some typos in comments.
Reformatted some code.
Change-Id: I33aea8e1e7dde29bd51218d0ecad7b34047b33e5
Issue-ID: POLICY-1148
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'policy-management/pom.xml')
-rw-r--r-- | policy-management/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/policy-management/pom.xml b/policy-management/pom.xml index e988b4a5..002575f7 100644 --- a/policy-management/pom.xml +++ b/policy-management/pom.xml @@ -277,6 +277,19 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>utils-test</artifactId> + <version>${project.version}</version> + <scope>test</scope> + </dependency> <!-- The following dependencies are for features and drools |