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

Clean up usages of org.junit.Assert #533

Merged
merged 1 commit into from
Oct 7, 2020

Conversation

mureinik
Copy link
Contributor

@mureinik mureinik commented Oct 7, 2020

The project standard is to use org.junit.jupiter.api.Assertions for assertions, but there are several instances where the older org.junit.Assert is used, in what seems to be an oversight.

This patch cleans up those usages, and standardizes them to use org.junit.jupiter.api.Assertions, like the rest of the project.

The project standard is to use org.junit.jupiter.api.Assertions for
assertions, but there are several instances where the older
org.junit.Assert is used, in what seems to be an oversight.

This patch cleans up those usages, and standardizes them to use
org.junit.jupiter.api.Assertions, like the rest of the project.
@oscerd
Copy link
Contributor

oscerd commented Oct 7, 2020

Thanks

@orpiske orpiske merged commit 6a2776c into apache:master Oct 7, 2020
@mureinik mureinik deleted the assertion-cleanup branch October 7, 2020 16:38
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.

3 participants