commit | 4ca48d355779ba778e0b446a676b329f61ce1fa9 | [log] [tgz] |
---|---|---|
author | talio <tali.orenbach@amdocs.com> | Mon Oct 22 11:48:52 2018 +0300 |
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | Mon Oct 22 13:12:52 2018 +0000 |
tree | 6fcec67ab64f9461a77520e8ec06842efa83ec43 | |
parent | 4a1a59ccde8eff936b7db6ba4736c861dd688d7a [diff] [blame] |
test coverage add unit tests for GlobalValidationContext class Change-Id: I39291c4b48684125de3f7d5584fbe62a08b5ea96 Issue-ID: SDC-1860 Signed-off-by: talio <tali.orenbach@amdocs.com>
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 35110e0..7220825 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>