-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Pass enclosing instance types to DisplayNameGenerators #4266
Pass enclosing instance types to DisplayNameGenerators #4266
Conversation
4d62a3d
to
90f96dc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for putting this together, @marcphilipp.
I reviewed the PR in the browser and made some suggestions for minor improvements regarding Javadoc.
Regarding the implementation, that also looks good (at least as far as I can tell within the browser), and the new tests reflect what I'd expect. 👍
documentation/src/docs/asciidoc/release-notes/release-notes-5.12.0-M1.adoc
Outdated
Show resolved
Hide resolved
junit-jupiter-api/src/main/java/org/junit/jupiter/api/DisplayNameGenerator.java
Outdated
Show resolved
Hide resolved
junit-jupiter-api/src/main/java/org/junit/jupiter/api/DisplayNameGenerator.java
Outdated
Show resolved
Hide resolved
junit-jupiter-api/src/main/java/org/junit/jupiter/api/DisplayNameGenerator.java
Show resolved
Hide resolved
junit-jupiter-api/src/main/java/org/junit/jupiter/api/DisplayNameGenerator.java
Outdated
Show resolved
Hide resolved
junit-jupiter-api/src/main/java/org/junit/jupiter/api/DisplayNameGenerator.java
Outdated
Show resolved
Hide resolved
junit-jupiter-api/src/main/java/org/junit/jupiter/api/DisplayNameGenerator.java
Outdated
Show resolved
Hide resolved
junit-jupiter-api/src/main/java/org/junit/jupiter/api/DisplayNameGenerator.java
Outdated
Show resolved
Hide resolved
junit-jupiter-api/src/main/java/org/junit/jupiter/api/DisplayNameGenerator.java
Outdated
Show resolved
Hide resolved
...sts/src/test/java/org/junit/jupiter/api/IndicativeSentencesRuntimeEnclosingTypeTestCase.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Sam Brannen <104798+sbrannen@users.noreply.github.com>
junit-jupiter-api/src/main/java/org/junit/jupiter/api/DisplayNameGenerator.java
Outdated
Show resolved
Hide resolved
junit-jupiter-api/src/main/java/org/junit/jupiter/api/DisplayNameGenerator.java
Outdated
Show resolved
Hide resolved
junit-jupiter-api/src/main/java/org/junit/jupiter/api/DisplayNameGenerator.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the previous changes!
I've requested two minor Javadoc changes.
junit-jupiter-api/src/main/java/org/junit/jupiter/api/DisplayNameGenerator.java
Outdated
Show resolved
Hide resolved
junit-jupiter-api/src/main/java/org/junit/jupiter/api/DisplayNameGenerator.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Sam Brannen <104798+sbrannen@users.noreply.github.com>
Overview
Resolves #4130.
I hereby agree to the terms of the JUnit Contributor License Agreement.
Definition of Done
@API
annotations