summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/schema/RelationshipSchemaValidatorTest.java
diff options
context:
space:
mode:
authorRavi Geda <gravik@amdocs.com>2018-11-28 18:14:33 +0000
committerRavi Geda <gravik@amdocs.com>2018-11-29 09:47:16 +0000
commit9ae8ae65c0aff6b8fd4e94460b44af33cf15aa50 (patch)
treed54422cab7ef90fdd8a66038326550506004419f /src/test/java/org/onap/schema/RelationshipSchemaValidatorTest.java
parent18f7af386802e750ad983ba2cdf4d9b84b4ed5ed (diff)
Upgrade version of aai-common
Update OXM Model Loader and Edge Rules Loader to use the 1810 schema ingestion mechanism. Update tests accordingly. Change-Id: I979951fcdcaf901c508c30d770b83dfa3d52bde4 Issue-ID: AAI-1952 Signed-off-by: Ravi Geda <gravik@amdocs.com>
Diffstat (limited to 'src/test/java/org/onap/schema/RelationshipSchemaValidatorTest.java')
-rw-r--r--src/test/java/org/onap/schema/RelationshipSchemaValidatorTest.java7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/test/java/org/onap/schema/RelationshipSchemaValidatorTest.java b/src/test/java/org/onap/schema/RelationshipSchemaValidatorTest.java
index 711152d..7cc2e7f 100644
--- a/src/test/java/org/onap/schema/RelationshipSchemaValidatorTest.java
+++ b/src/test/java/org/onap/schema/RelationshipSchemaValidatorTest.java
@@ -30,7 +30,12 @@ import org.onap.crud.exception.CrudException;
import org.onap.crud.parser.EdgePayload;
import org.onap.schema.validation.RelationshipSchemaValidator;
-public class RelationshipSchemaValidatorTest {
+import org.junit.runner.RunWith;
+import org.mockito.junit.MockitoJUnitRunner;
+import org.onap.crud.OXMModelLoaderSetup;
+
+@RunWith(MockitoJUnitRunner.Silent.class)
+public class RelationshipSchemaValidatorTest extends OXMModelLoaderSetup{
// @formatter:off
private final String edgePayload = "{" +
"\"type\": \"tosca.relationships.HostedOn\"," +