Migrate testutils to JUnit5 74/104574/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 23 Feb 2023 19:38:10 +0000 (20:38 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 23 Feb 2023 19:38:49 +0000 (20:38 +0100)
commit0321c2964465538dba949204c263bc487fb5affa
tree696a693479643e7b7e687021f0a8979b16068b84
parent75f9c055ddf097976ef4c6c7431ce476d5b0dd74
Migrate testutils to JUnit5

This is mostly an automated conversion. Also moves tests into the same
package as the tested code.

Change-Id: I70c03c40dfef2aa466aa2c6ca723ccd8a502a9eb
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
common/testutils/src/test/java/org/opendaylight/yangtools/testutils/mockito/MethodExtensionsTest.java [moved from common/testutils/src/test/java/org/opendaylight/yangtools/testutils/mockito/tests/MethodExtensionsTest.java with 66% similarity]
common/testutils/src/test/java/org/opendaylight/yangtools/testutils/mockito/MikitoTest.java [moved from common/testutils/src/test/java/org/opendaylight/yangtools/testutils/mockito/tests/MikitoTest.java with 62% similarity]
common/testutils/src/test/java/org/opendaylight/yangtools/testutils/mockito/MockitoExampleTutorialTest.java [moved from common/testutils/src/test/java/org/opendaylight/yangtools/testutils/mockito/tests/MockitoExampleTutorialTest.java with 71% similarity]
common/testutils/src/test/java/org/opendaylight/yangtools/testutils/mockito/MockitoUnstubbedMethodExceptionAnswerTest.java [moved from common/testutils/src/test/java/org/opendaylight/yangtools/testutils/mockito/tests/MockitoUnstubbedMethodExceptionAnswerTest.java with 53% similarity]