-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Migrate tests to AssertJ #23022
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
Comments
philwebb
added a commit
that referenced
this issue
May 24, 2019
Migrate all existing `assertThat(..., Matcher)` assertions to AssertJ and add checkstyle rules to ensure they don't return. See gh-23022
philwebb
added a commit
that referenced
this issue
May 24, 2019
Migrate all existing JUnit 4 `assert...` based assertions to AssertJ and add a checkstyle rule to ensure they don't return. See gh-23022
sbrannen
added a commit
that referenced
this issue
May 24, 2019
Migrate all existing JUnit Jupiter based assertions to AssertJ and add Checkstyle rules to ensure they don't return. See gh-23022
JUnit Jupiter assertions have been migrated to AssertJ now as well (5a1217c). |
rstoyanchev
added a commit
to rstoyanchev/spring-framework
that referenced
this issue
May 24, 2019
rstoyanchev
added a commit
to rstoyanchev/spring-framework
that referenced
this issue
May 24, 2019
sbrannen
added a commit
to sbrannen/spring-framework
that referenced
this issue
May 26, 2019
Migrate all existing TestNG based assertions to AssertJ and add Checkstyle rules to ensure they don't return. See spring-projectsgh-23022
TestNG assertions have been migrated to AssertJ now as well (4f4427f). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commits d7320de and 02850f3 for #22894 have already started the process of migrating exception checking tests to AssertJ but there's a lot of benefit in migrating all remaining assertions as well. Tests will be easier to read if they all use the same assertion style, and a wholesale migration to JUnit 5 will be much easier.
The text was updated successfully, but these errors were encountered: