Closed mc1arke closed 5 days ago
JUnit 4 has been removed from the project and all tests updated to use JUnit 5. Where possible calls to Mockito's mock has been altered to use the no-args version, and ArgumentCaptor's forClass replaced with captor to reduce verbosity.
mock
no-args
forClass
captor
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots 0.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarQube Cloud
JUnit 4 has been removed from the project and all tests updated to use JUnit 5. Where possible calls to Mockito's
mock
has been altered to use theno-args
version, and ArgumentCaptor'sforClass
replaced withcaptor
to reduce verbosity.