You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/11/03 23:02:29 UTC

[GitHub] [maven-surefire] Tibor17 edited a comment on issue #252: Support @ParameterizedTest for JUnit 5 test reruns

Tibor17 edited a comment on issue #252: Support @ParameterizedTest for JUnit 5 test reruns
URL: https://github.com/apache/maven-surefire/pull/252#issuecomment-549188605
 
 
   LGTM, I am waiting for the build result.
   And i want to ask you about the value of legacy name. Would it return something like human readable description that is unique between two sets of parameters passed to the method?
   Example:
   `test(java.lang.String)` is not unique
   `test(Hello [1])` because next call would be perhaps `test(Hi [2])`
   I wrote a roadmap in #251 where we should rework `StatelessXmlReporter` and identify the combination of `class` and `mehod` by `UniqueId`. But this is too much work for this week. Rather for new version `3.0.0-M5`.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services