Evacuate static methods tests to RestconfDataServiceImplTest 98/107198/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 1 Aug 2023 15:18:29 +0000 (17:18 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 1 Aug 2023 15:21:20 +0000 (17:21 +0200)
commit18e6fc8cd906f3b37ab219ecca54119b763090ee
tree3a6cc6acc0ce5fb70a08d76965038015cda4ec61
parent63aa0ab467e200d7e6d7e78f8f0d9250db315f82
Evacuate static methods tests to RestconfDataServiceImplTest

Static methods are tested in the wrong test suite, evacuate them. Also
promote relevant static test data to AbstractJukeboxTest.

JIRA: NETCONF-1107
Change-Id: I16883ec236c14261f7432fb8f83fe0c58969d75e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-nb/src/main/java/org/opendaylight/restconf/nb/rfc8040/rests/services/impl/RestconfDataServiceImpl.java
restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/AbstractJukeboxTest.java
restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/rests/services/impl/RestconfDataServiceImplTest.java
restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/rests/utils/PatchDataTransactionUtilTest.java
restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/rests/utils/PlainPatchDataTransactionUtilTest.java
restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/rests/utils/PostDataTransactionUtilTest.java
restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/rests/utils/PutDataTransactionUtilTest.java