parsingdata / metal

A Java library for parsing binary data formats, using declarative descriptions.
Apache License 2.0
18 stars 9 forks source link

Convert all tests from JUnit4 to JUnit5. #394

Closed mvanaken closed 1 year ago

mvanaken commented 1 year ago

We are mixing up JUnit4 and JUnit 5 tests. To avoid confusion what to import and use, convert all tests to JUnit 5 and remove the JUnit4 dependencies.