Added testcase for get method 76/107576/1
authorezhil <ezhrajam@in.ibm.com>
Tue, 12 May 2020 15:45:42 +0000 (21:15 +0530)
committerezhil <ezhrajam@in.ibm.com>
Tue, 12 May 2020 15:45:53 +0000 (21:15 +0530)
Issue-ID: USECASEUI-439
Change-Id: Ic25805e6be54dac6a847048238800ba324735a5c
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
server/src/test/java/org/onap/usecaseui/server/service/lcm/domain/aai/bean/EsrSystemInfoListTest.java

index 98b41fb..1ccac23 100644 (file)
@@ -63,5 +63,6 @@ public class EsrSystemInfoListTest {
         EsrSystemInfoList list=new EsrSystemInfoList();
         list.setEsrSystemInfo(rspObj);
         assertNotNull(list);
+        assertNotNull(list.getEsrSystemInfo());
     }
 }