Replies: 3 comments 5 replies
-
|
Yes, since JUnit6 uses the same packages/classes/annotations as JUnit5, all our JUnit5 rules automatically apply to JUnit6 as well. I agree that we should do some renaming to reflect that. Alternative suggestion for the new name would be We also have a property with junit5 in the name ( |
Beta Was this translation helpful? Give feedback.
-
|
See #6704 |
Beta Was this translation helpful? Give feedback.
-
|
Resolved via #6707 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Since JUnit 6 is out and keeps the Jupiter / Platform / Vintage naming, I'm wondering if using
JUnit5in rule names and "Junit 5" in descriptions to identify JUnit Jupiter is reasonable in the long term.The alternative rule names
JUnitJupiterTestShouldBePackagePrivateandJUnitJupiterTestNoPrivateModifierare really long, but maybe more future-proof?@UncleOwen @adangel thoughts?
Beta Was this translation helpful? Give feedback.
All reactions