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:09:08 UTC

[GitHub] [maven-surefire] Col-E commented on issue #252: Support @ParameterizedTest for JUnit 5 test reruns

Col-E commented on issue #252: Support @ParameterizedTest for JUnit 5 test reruns
URL: https://github.com/apache/maven-surefire/pull/252#issuecomment-549189214
 
 
   >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?
   
   The only difference is the identifier at the end. So in your example if your parameters were: `{ "Hi", "Hello" }` then the legacy names would be:
   
   * `test(String)[1]`
   * `test(String)[2]`
   
   The display names would be what you're looking for:
   
   * `[1] Hi`
   * `[2] Hello`
   
   > But this is too much work for this week. Rather for new version 3.0.0-M5
   
   :ok_hand: 
   

----------------------------------------------------------------
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