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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to