diff options
author | amshegokar <AS00500801@techmahindra.com> | 2018-03-19 15:17:53 +0530 |
---|---|---|
committer | Takamune Cho <tc012c@att.com> | 2018-03-19 15:47:30 +0000 |
commit | d204dd198753d63328141a5bef17a72011645dfe (patch) | |
tree | 6c685398b6d1d6aa69fb3f9b7be2c442389b08a6 /appc-dispatcher/appc-dispatcher-common/domain-model-lib/pom.xml | |
parent | cbde1d486360c86c2e371df75b0d044ea9f2d20d (diff) |
Unit Test Coverage
Unit Tests for APPC Dispatcher Common - Domain Model Lib classes Part:2
1.ActionLevel.java
2.RequestModes.java
3.RequestStatus.java
4.ExternalActionStatus.java
5.VNFOperation.java
Sonar-Link:
https://sonar.onap.org/code?id=org.onap.appc%3Aappc&selected=org.onap.appc%3Adomain-model-lib%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fappc%2Fdomainmodel%2Flcm
Change-Id: I8f870e43d6f847cd9800a6178e1020ba26f0e211
Issue-ID: APPC-749
Signed-off-by: amshegokar <AS00500801@techmahindra.com>
Diffstat (limited to 'appc-dispatcher/appc-dispatcher-common/domain-model-lib/pom.xml')
-rw-r--r-- | appc-dispatcher/appc-dispatcher-common/domain-model-lib/pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/appc-dispatcher/appc-dispatcher-common/domain-model-lib/pom.xml b/appc-dispatcher/appc-dispatcher-common/domain-model-lib/pom.xml index 637b8566b..4df9b229b 100644 --- a/appc-dispatcher/appc-dispatcher-common/domain-model-lib/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/domain-model-lib/pom.xml @@ -39,7 +39,14 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> - + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.12</version> + <scope>test</scope> + </dependency> + </dependencies> <build> <plugins> <plugin> |