jenkinsci / last-changes-plugin

https://plugins.jenkins.io/last-changes
https://plugins.jenkins.io/last-changes/
31 stars 31 forks source link

Rely on JUnit4 as default unit test runner #107

Closed MarkEWaite closed 2 weeks ago

MarkEWaite commented 2 weeks ago

Rely on JUnit4 as default unit test runner

No need to declare RunWith since JUnit 4 is the default runner now.

Testing done

Confirmed automated tests pass

Submitter checklist