From acb59c7b0ccbb86f4c38a94b72e7bab73b2acf8f Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 28 Sep 2018 22:48:30 +0100 Subject: Unit test for client monitoring Coverage for the client monitoring module. Issue-ID: POLICY-1034 Change-Id: I6bb6dab26ce0572923c3d451a3b5f4745d40d088 Signed-off-by: liamfallon --- client/client-monitoring/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'client/client-monitoring/pom.xml') diff --git a/client/client-monitoring/pom.xml b/client/client-monitoring/pom.xml index 225c7e65b..fb150cb08 100644 --- a/client/client-monitoring/pom.xml +++ b/client/client-monitoring/pom.xml @@ -63,6 +63,22 @@ commons-cli commons-cli + + org.powermock + powermock-module-junit4 + test + + + org.powermock + powermock-api-mockito + test + + + org.powermock + powermock-module-junit4-rule-agent + ${version.powermock} + test + -- cgit 1.2.3-korg