Convert immutable tests to JUnit5 31/101731/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 4 Jul 2022 21:31:48 +0000 (23:31 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 11 Jul 2022 09:11:10 +0000 (09:11 +0000)
commit2c16589278964c22bd8b5e03c5baf1eeb18cc64f
treec01eb1023854b94e53ee3201b229da65232060eb
parente0418f19c6bd76f0e250bed0223ca1f19f3acded
Convert immutable tests to JUnit5

Clean up warnings and use JUnit5.

Change-Id: I2461f63f50be32b4a88833c71ec5f30e7d265809
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
tests/immutables-jpms/src/main/java/module-info.java
tests/immutables-jpms/src/main/java/org/opendaylight/odlparent/test/immutables/jpms/JpmsInterface.java
tests/immutables-jpms/src/test/java/org/opendaylight/odlparent/test/immutables/jpms/JmpsInterfaceTest.java
tests/immutables-plain/src/main/java/org/opendaylight/odlparent/test/immutables/plain/PlainInterface.java
tests/immutables-plain/src/test/java/org/opendaylight/odlparent/test/immutables/plain/PlainInterfaceTest.java