-
Notifications
You must be signed in to change notification settings - Fork 33
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
Migrate unit tests away from Spock to JUnit back #1246
Labels
ADR/needed
A decision has been made and it needs to be documented
area/unit tests
impact/changelog
This change should be reflected in the NEWS.txt file
in progress
refactoring
Milestone
Comments
php-coder
added
impact/changelog
This change should be reflected in the NEWS.txt file
ADR/needed
A decision has been made and it needs to be documented
in progress
labels
Jan 26, 2020
Heh, Spring Security has been also migrated away of Groovy: spring-projects/spring-security#4939 |
Perhaps we can use |
php-coder
added a commit
that referenced
this issue
Jan 2, 2021
Notes: - only unit tests already written on Java have been migrated. Tests on Spock will be migrated in #1246 - pmd: JUnit4SuitesShouldUseSuiteAnnotation check has been disabled because it's junit3/4 specific - pmd: JUnitAssertionsShouldIncludeMessage check has been disabled because we use AssertJ assestions Changelogs: - https://junit.org/junit5/docs/5.0.0/user-guide/#release-notes - https://junit.org/junit5/docs/5.1.0/release-notes/index.html - https://junit.org/junit5/docs/5.2.0/release-notes/index.html - https://junit.org/junit5/docs/5.3.2/release-notes/index.html Fix #1160
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ADR/needed
A decision has been made and it needs to be documented
area/unit tests
impact/changelog
This change should be reflected in the NEWS.txt file
in progress
refactoring
Rationale:
TODO:
junit-jupiter-engine
and exclude (and ban?)junit
from other dependenciesThe text was updated successfully, but these errors were encountered: