summaryrefslogtreecommitdiffstats
path: root/LogParser/pom.xml
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@ericsson.com>2018-02-27 09:55:18 +0000
committerramverma <ram.krishna.verma@ericsson.com>2018-02-27 09:58:34 +0000
commitd4d97233bf8aae575241080909370f81f68b6e82 (patch)
tree8490b58b92b522949617892b40ef604d98549373 /LogParser/pom.xml
parent47c1630d48e40e1fbc051fa6eae251ffbe1d4945 (diff)
Add Junit to policy/engine LogParser package
Test cases to improve the coverage of LogParser to 72% Change-Id: Idbf9dbbc7254d2ba4d6953852d7847b5070dd4d4 Issue-ID: POLICY-599 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'LogParser/pom.xml')
-rw-r--r--LogParser/pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/LogParser/pom.xml b/LogParser/pom.xml
index 8bf50b083..0bd21a8de 100644
--- a/LogParser/pom.xml
+++ b/LogParser/pom.xml
@@ -130,7 +130,19 @@
<artifactId>cadi-aaf</artifactId>
</exclusion>
</exclusions>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-module-junit4</artifactId>
+ <version>1.7.3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito2</artifactId>
+ <version>1.7.3</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>