From 9300dc88423197db6b160c4f7b94419b9eed6fcc Mon Sep 17 00:00:00 2001 From: Sandeep J Date: Fri, 16 Nov 2018 14:48:51 +0530 Subject: added test case to AaiServiceImplTest to increase code coverage Issue-ID: CCSDK-552 Change-Id: Ib89f25c39bf0878170da6997ca74c587c4c72535 Signed-off-by: Sandeep J --- .../onap/ccsdk/apps/ms/neng/service/extinf/impl/AaiServiceImpl.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ms/neng/src/main/java/org/onap') diff --git a/ms/neng/src/main/java/org/onap/ccsdk/apps/ms/neng/service/extinf/impl/AaiServiceImpl.java b/ms/neng/src/main/java/org/onap/ccsdk/apps/ms/neng/service/extinf/impl/AaiServiceImpl.java index 6c4ae889..7356c3bd 100644 --- a/ms/neng/src/main/java/org/onap/ccsdk/apps/ms/neng/service/extinf/impl/AaiServiceImpl.java +++ b/ms/neng/src/main/java/org/onap/ccsdk/apps/ms/neng/service/extinf/impl/AaiServiceImpl.java @@ -4,6 +4,8 @@ * ================================================================================ * Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. * ================================================================================ + * Modifications Copyright (C) 2018 IBM. + * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -125,4 +127,8 @@ public class AaiServiceImpl { } return this.restTemplate; } + + public void setAaiProps(AaiProps aaiProps) { + this.aaiProps = aaiProps; + } } -- cgit 1.2.3-korg