From 7af0db53b2bd2d0dbeec58ac277455669461603b Mon Sep 17 00:00:00 2001 From: Sindhu A Date: Wed, 21 Mar 2018 10:28:26 +0000 Subject: UT Coverage UT Coverage for SO Change-Id: Ib9517c25b22c37c85b2af84259911b01ddb4bbe5 Issue-ID: SO-369 Signed-off-by: Sindhu A --- bpmn/MSOInfrastructureBPMN/pom.xml | 7 ++ .../infrastructure/aai/AAIServiceInstanceTest.java | 114 +++++++++++++++++++++ 2 files changed, 121 insertions(+) create mode 100644 bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/aai/AAIServiceInstanceTest.java (limited to 'bpmn/MSOInfrastructureBPMN') diff --git a/bpmn/MSOInfrastructureBPMN/pom.xml b/bpmn/MSOInfrastructureBPMN/pom.xml index f7170ff231..f7cb61a512 100644 --- a/bpmn/MSOInfrastructureBPMN/pom.xml +++ b/bpmn/MSOInfrastructureBPMN/pom.xml @@ -367,6 +367,13 @@ 8.9.1 + + junit + junit + 4.12 + test + +