From 2ca6a9f860889c17202d4a518eefc980a1bb139a Mon Sep 17 00:00:00 2001 From: "k.kedron" Date: Tue, 2 Jul 2019 11:04:56 +0200 Subject: Improved unit tests for ArtifactValidationUtils and Sonar fixes. Added new tests for ArtifactValidationUtils. Checkstyle in the ValidationConfigManager and ArtifactValidationUtils. Added private constructor to ValidationConfigManager. Added logger for ArtifactValidationUtils and simplified code. Updated the ValidationConfigManagerTest and ReportManagerTests to not influence on each other. Issue-ID: SDC-2327 Signed-off-by: Krystian Kedron Change-Id: I9c7c725792737b6cfa6bba20eeeb3b1d4ef1e471 --- asdctool/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'asdctool/pom.xml') diff --git a/asdctool/pom.xml b/asdctool/pom.xml index d754deced7..3eef6cc5b3 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -490,6 +490,12 @@ io.netty netty-handler + + org.powermock + powermock-module-junit4 + 2.0.2 + test + -- cgit 1.2.3-korg