diff options
author | Michal Kabaj <michal.kabaj@nokia.com> | 2018-06-15 11:53:55 +0200 |
---|---|---|
committer | Takamune Cho <tc012c@att.com> | 2018-06-19 12:55:45 +0000 |
commit | 07ecb52a74c75c85e69d65cf19328f7ac58f8d9a (patch) | |
tree | b231cf21f385adf9042ea668ff9a4a1d71f60a7f /appc-dg-util/appc-dg-util-bundle/pom.xml | |
parent | 3a5484cadba6a7d33e7c85930c52541687fd2c92 (diff) |
Unit tests in dg-util
Replace powermock usage with mockito.
Add assertj test dependency for assertions.
Change-Id: I8b268aaf4fe51f1709479a60919b987696f1a9a6
Issue-ID: APPC-1008
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
Diffstat (limited to 'appc-dg-util/appc-dg-util-bundle/pom.xml')
-rw-r--r-- | appc-dg-util/appc-dg-util-bundle/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/appc-dg-util/appc-dg-util-bundle/pom.xml b/appc-dg-util/appc-dg-util-bundle/pom.xml index faf77e4f0..bc032ecb2 100644 --- a/appc-dg-util/appc-dg-util-bundle/pom.xml +++ b/appc-dg-util/appc-dg-util-bundle/pom.xml @@ -96,11 +96,6 @@ <version>4.5.3</version> </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-common</artifactId> <scope>compile</scope> @@ -190,6 +185,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> <scope>test</scope> |