mc1arke / sonarqube-community-branch-plugin

A plugin that allows branch analysis and pull request decoration in the Community version of Sonarqube
GNU Lesser General Public License v3.0
2.26k stars 527 forks source link

Upgrade all tests to JUnit 5 #1001

Closed mc1arke closed 5 days ago

mc1arke commented 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.

sonarcloud[bot] commented 5 days ago

Quality Gate Passed Quality Gate passed

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