Test case added for code coverage 43/93243/1
authorprakash.e <prakash.e@huawei.com>
Fri, 9 Aug 2019 18:21:26 +0000 (23:51 +0530)
committerprakash.e <prakash.e@huawei.com>
Fri, 9 Aug 2019 18:21:26 +0000 (23:51 +0530)
Updated test MDSALUtil class by adding unused classes
Issue-ID: SDNC-840
Signed-off-by: prakash.e <prakash.e@huawei.com>
Change-Id: I238e9b05c2bc6169364e5f36ab6a7a59cf599deb

generic-resource-api/provider/src/test/java/org/onap/sdnc/northbound/util/MDSALUtil.java

index a6300d6..840b422 100644 (file)
@@ -40,6 +40,18 @@ import org.opendaylight.yang.gen.v1.org.onap.sdnc.northbound.generic.resource.re
 import org.opendaylight.yang.gen.v1.org.onap.sdnc.northbound.generic.resource.rev170824.GenericConfigurationTopologyOperationInputBuilder;
 import org.opendaylight.yang.gen.v1.org.onap.sdnc.northbound.generic.resource.rev170824.GenericConfigurationTopologyOperationOutputBuilder;
 
+import org.opendaylight.yang.gen.v1.org.onap.sdnc.northbound.generic.resource.rev170824.GenericConfigurationNotificationInputBuilder;
+import org.opendaylight.yang.gen.v1.org.onap.sdnc.northbound.generic.resource.rev170824.GenericConfigurationNotificationOutputBuilder;
+
+import org.opendaylight.yang.gen.v1.org.onap.sdnc.northbound.generic.resource.rev170824.GetpathsegmentTopologyOperationInputBuilder;
+import org.opendaylight.yang.gen.v1.org.onap.sdnc.northbound.generic.resource.rev170824.GetpathsegmentTopologyOperationOutputBuilder;
+
+import org.opendaylight.yang.gen.v1.org.onap.sdnc.northbound.generic.resource.rev170824.PolicyUpdateNotifyOperationInputBuilder;
+import org.opendaylight.yang.gen.v1.org.onap.sdnc.northbound.generic.resource.rev170824.PolicyUpdateNotifyOperationOutputBuilder;
+
+import org.opendaylight.yang.gen.v1.org.onap.sdnc.northbound.generic.resource.rev170824.PortMirrorTopologyOperationInputBuilder;
+import org.opendaylight.yang.gen.v1.org.onap.sdnc.northbound.generic.resource.rev170824.PortMirrorTopologyOperationOutputBuilder;
+
 import org.opendaylight.yang.gen.v1.org.onap.sdnc.northbound.generic.resource.rev170824.SecurityZoneTopologyOperationInputBuilder;
 import org.opendaylight.yang.gen.v1.org.onap.sdnc.northbound.generic.resource.rev170824.SecurityZoneTopologyOperationOutputBuilder;
 import org.opendaylight.yang.gen.v1.org.onap.sdnc.northbound.generic.resource.rev170824.ServiceTopologyOperationInputBuilder;
@@ -119,6 +131,22 @@ public class MDSALUtil {
         return new GenericConfigurationTopologyOperationInputBuilder();
     }
 
+    public static GenericConfigurationNotificationInputBuilder GenericConfigurationNotificationInput() {
+        return new GenericConfigurationNotificationInputBuilder();
+    }
+
+    public static GetpathsegmentTopologyOperationInputBuilder GetpathsegmentTopologyOperationInput() {
+        return new GetpathsegmentTopologyOperationInputBuilder();
+    }
+
+    public static PolicyUpdateNotifyOperationInputBuilder PolicyUpdateNotifyOperationInput() {
+        return new PolicyUpdateNotifyOperationInputBuilder();
+    }
+
+    public static PortMirrorTopologyOperationInputBuilder PortMirrorTopologyOperationInput() {
+        return new PortMirrorTopologyOperationInputBuilder();
+    }
+
     public static PreloadVfModuleTopologyOperationOutputBuilder preloadVfModuleTopologyOperationOutput() {
         return new PreloadVfModuleTopologyOperationOutputBuilder();
     }