summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-api/pom.xml
diff options
context:
space:
mode:
authortalio <tali.orenbach@amdocs.com>2018-10-22 11:48:52 +0300
committerVitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com>2018-10-22 13:12:52 +0000
commit4ca48d355779ba778e0b446a676b329f61ce1fa9 (patch)
tree6fcec67ab64f9461a77520e8ec06842efa83ec43 /openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-api/pom.xml
parent4a1a59ccde8eff936b7db6ba4736c861dd688d7a (diff)
test coverage
add unit tests for GlobalValidationContext class Change-Id: I39291c4b48684125de3f7d5584fbe62a08b5ea96 Issue-ID: SDC-1860 Signed-off-by: talio <tali.orenbach@amdocs.com>
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-api/pom.xml')
-rw-r--r--openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-api/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-api/pom.xml b/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-api/pom.xml
index 35110e0fc5..72208257fa 100644
--- a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-api/pom.xml
+++ b/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-api/pom.xml
@@ -46,5 +46,10 @@
<artifactId>openecomp-sdc-logging-api</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>