summaryrefslogtreecommitdiffstats
path: root/asdctool/pom.xml
diff options
context:
space:
mode:
authorParshad Patel <pars.patel@samsung.com>2019-03-18 16:02:43 +0900
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-04-01 08:36:21 +0000
commit8b8061e8b47703beb7a19174de5c9b29ccf1ca14 (patch)
tree902e0828458e4a9ef97e1ad125e150f638f0b5dd /asdctool/pom.xml
parent8824935445f26a3f8077f48c327951dd9e778d90 (diff)
Increase test coverage for asdctool
Add basic JUnit test cases in asdctool/migration/tasks/mig1806 Add hamcrest-all version in parent pom.xml Issue-ID: SDC-1895 Change-Id: I88b1bdb2f3619721fe80f57f0526de5b59e8a6af Signed-off-by: Parshad Patel <pars.patel@samsung.com>
Diffstat (limited to 'asdctool/pom.xml')
-rw-r--r--asdctool/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml
index e086937aba..bb4b7cf679 100644
--- a/asdctool/pom.xml
+++ b/asdctool/pom.xml
@@ -456,6 +456,13 @@
</dependency>
<!-- testing -->
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-all</artifactId>
+ <version>${hamcrest-all.version}</version>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>