ascopes opened a new pull request, #549: URL: https://github.com/apache/maven-surefire/pull/549
When phrased test names are enabled, but an annotation such as DisplayName in JUnit5 is missing from the test, the output to the console will now fall back to using the original name rather than naming the test 'null'. This amends this behaviour to provide a more meaningful name in these scenarios, which can be important when migrating a large code base over to using phrased names incrementally. An example of the existing output which can be problematic:  ---- To make clear that you license your contribution under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) you have to acknowledge this by using the following check-box. - [x] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0 - [x] As of Sunday 19th June 2022, I have submitted a signed copy of the Apache ICLA to `mailto:[email protected]` in PDF form. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
