You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Christian Stein (JIRA)" <ji...@apache.org> on 2018/09/14 06:28:00 UTC

[jira] [Comment Edited] (SUREFIRE-1546) JUnit 5 runner does not honor JUnit 5 display names

    [ https://issues.apache.org/jira/browse/SUREFIRE-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16614409#comment-16614409 ] 

Christian Stein edited comment on SUREFIRE-1546 at 9/14/18 6:27 AM:
--------------------------------------------------------------------

...and store the display name as a property of `ReportEntry`. The display name then can be used for _display_, and for linking report entries the unique class and method names can still be used.


was (Author: sor):
...and store the display name in a new field of its `ReportEntry`. The display name then can be used for _display_, and for linking report entries the unique class and method names can still be used.

> JUnit 5 runner does not honor JUnit 5 display names
> ---------------------------------------------------
>
>                 Key: SUREFIRE-1546
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1546
>             Project: Maven Surefire
>          Issue Type: Bug
>    Affects Versions: 2.22.0
>            Reporter: Romain Manni-Bucau
>            Assignee: Christian Stein
>            Priority: Major
>              Labels: junit5
>
> JUnit 5 runner should respect the test @DisplayName instead of displaying the classname if any is defined. Seems last release doesn't support that feature of JUnit 5 making the console output and reports not the expected ones.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)