Move TopologyDataUtils from tapi to test-common 55/94555/7
authormanuedelf <emmanuelle.delfour@orange.com>
Thu, 10 Dec 2020 14:46:35 +0000 (15:46 +0100)
committermanuedelf <emmanuelle.delfour@orange.com>
Sat, 9 Jan 2021 14:41:35 +0000 (15:41 +0100)
commit90f7343d69fd5629f28eddae873ab3d2571ec46a
treec6e21d65f4b4966e900805ad5e26040b1f168cb3
parent90d8a03124584b62a3ba094d709ea0618ddb344e
Move TopologyDataUtils from tapi to test-common

Move TopologyDataUtils test class from tapi to test-common in order to
be able to reuse it in other maven modules. As this class is now in
src/main/java, fix spotbugs issues.

JIRA: TRNSPRTPCE-230
Signed-off-by: manuedelf <emmanuelle.delfour@orange.com>
Change-Id: I29e987bff1c55ce3432c86728b4898f7ce1e38f9
tapi/src/test/java/org/opendaylight/transportpce/tapi/topology/ConvertORTopoObjectToTapiTooObjectTest.java
tapi/src/test/java/org/opendaylight/transportpce/tapi/topology/TapiTopologyImplExceptionTest.java
tapi/src/test/java/org/opendaylight/transportpce/tapi/topology/TapiTopologyImplTest.java
tapi/src/test/java/org/opendaylight/transportpce/tapi/utils/TapiTopologyDataUtils.java [new file with mode: 0644]
test-common/src/main/java/org/opendaylight/transportpce/test/utils/TopologyDataUtils.java [moved from tapi/src/test/java/org/opendaylight/transportpce/tapi/utils/TopologyDataUtils.java with 78% similarity]