Skip to content

Fix: Run JUnit5 as part of Maven build

Jamie Tanna requested to merge defect/junit5 into develop

It appears that yet again I've been hit by 0 and have not been running all my tests.

Fortunately the tests were failing for only Mockito's unnecessary stubbing errors, nothing key!

The shortest path is to hide the issue - we'll pick them up properly and fix them in #196.

Merge request reports