diff options
author | k.kedron <k.kedron@partner.samsung.com> | 2019-07-02 11:04:56 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-07-22 08:08:46 +0000 |
commit | 2ca6a9f860889c17202d4a518eefc980a1bb139a (patch) | |
tree | 2eba77cb98402d692cb46e0d41abf6edc84c12b0 /asdctool/pom.xml | |
parent | aebdb3efa77f2cbeaf65361be3f46528f089b17a (diff) |
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 <k.kedron@partner.samsung.com>
Change-Id: I9c7c725792737b6cfa6bba20eeeb3b1d4ef1e471
Diffstat (limited to 'asdctool/pom.xml')
-rw-r--r-- | asdctool/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-module-junit4</artifactId> + <version>2.0.2</version> + <scope>test</scope> + </dependency> </dependencies> <build> |