Remove TestData and move fields to user 73/106673/4
authorŠimon Ukuš <simon.ukus@pantheon.tech>
Mon, 26 Jun 2023 11:29:11 +0000 (13:29 +0200)
committerIvan Hrasko <ivan.hrasko@pantheon.tech>
Tue, 11 Jul 2023 13:54:45 +0000 (13:54 +0000)
commit83885bf7f9846676772dbf5c34aa8165a94aac6c
tree8f5ba86e74d8fd3ae17a6214a40b36b3d0ef01ac
parent24aa07321be7f0f339cd65f969c299c8c6ff0c59
Remove TestData and move fields to user

The sole purpose of TestData was to hold constants
of ReadDataTransactionUtilTest.

This change moves all the constants to the ReadDataTransactionUtilTest
and removes the TestData.

JIRA: NETCONF-1063
Change-Id: I3104c33a2f2b5284b99ea52c93e4504c6df42b33
Signed-off-by: Šimon Ukuš <simon.ukus@pantheon.tech>
restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/rests/utils/ReadDataTransactionUtilTest.java
restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/rests/utils/TestData.java [deleted file]