You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SUREFIRE-2152] Include display-name of JUnit5 templated-tests in methodDesc
This includes the displayName (e.g. value of name="..." of a
@ParameterizedTest) in the method description / test identifier.
Provides more information than merely the invocation ID in case
of failing tests, also for the console reporter. This can
(especially if the actual list of arguments are quite large and/or
dynamically determined at runtime) help a lot to identify which
actual cases are the problematic ones.
Copy file name to clipboardExpand all lines: surefire-providers/surefire-junit-platform/src/main/java/org/apache/maven/surefire/junitplatform/RunListenerAdapter.java
0 commit comments