X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fesr-server.git;a=blobdiff_plain;f=esr-mgr%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Faai%2Fesr%2Fentity%2Frest%2FVimRegisterInfoTest.java;h=121d702c0a354ddef095e7c32fb9fcc5cf1278c5;hp=74761f9078889110004dce2884dbaa0a1a108b3d;hb=06fe3f5d62f9b986ebb8babf6fb140baed44769f;hpb=07afbc437a68540cc1fde9dc3c54824663e70fda diff --git a/esr-mgr/src/test/java/org/onap/aai/esr/entity/rest/VimRegisterInfoTest.java b/esr-mgr/src/test/java/org/onap/aai/esr/entity/rest/VimRegisterInfoTest.java index 74761f9..121d702 100644 --- a/esr-mgr/src/test/java/org/onap/aai/esr/entity/rest/VimRegisterInfoTest.java +++ b/esr-mgr/src/test/java/org/onap/aai/esr/entity/rest/VimRegisterInfoTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 ZTE Corporation. + * Copyright 2017-2018 ZTE Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -69,6 +69,14 @@ public class VimRegisterInfoTest { assertEquals(vimRegisterInfo.getCloudZone(), cloudZone); } + @Test + public void getterAndSetter4physicalLocationId() { + final String physicalLocationId = "test"; + VimRegisterInfo vimRegisterInfo = new VimRegisterInfo(); + vimRegisterInfo.setPhysicalLocationId(physicalLocationId); + assertEquals(vimRegisterInfo.getPhysicalLocationId(), physicalLocationId); + } + @Test public void getterAndSetter4complexName() { final String complexName = "test";