Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade all tests to JUnit 5 #1001

Merged
merged 1 commit into from
Nov 17, 2024
Merged

Upgrade all tests to JUnit 5 #1001

merged 1 commit into from
Nov 17, 2024

Conversation

mc1arke
Copy link
Owner

@mc1arke mc1arke commented Nov 17, 2024

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.

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.
@mc1arke mc1arke merged commit 3ca9bae into master Nov 17, 2024
12 checks passed
@mc1arke mc1arke deleted the junit4-removal branch November 17, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant