-
Notifications
You must be signed in to change notification settings - Fork 5k
[Migrate][Test] Block explicit import of jUnit 4 library #12395
Copy link
Copy link
Closed
Labels
backendimprovementmake more easy to user or prompt friendlymake more easy to user or prompt friendlytest
Milestone
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
- As we have migrated all unit tests from jUnit 4 -> jUnit5 and removed related jUnit 4 library imports, we need to add a
Spotlessstep to check and block such imports likeorg.junit.xxxin the future. Contributors are supposed to importorg.junit.jupiter.xxxinstead. - This issue is part of [Migration][Test] jUnit4 -> jUnit5 UT cases migration #12301.
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendimprovementmake more easy to user or prompt friendlymake more easy to user or prompt friendlytest