objectcomputing / check-ins

Other
7 stars 7 forks source link

Make sure we use JUnit 5 assertions #2419

Closed timyates closed 1 month ago

timyates commented 1 month ago

We had a mix of Junit4/5 assertions. This commit switches to the JUnit 5 jupiter assertions. Also uses specific asserts for nulls and instance checks. And removes public from test classes/methods which were touched

Closes #2417