You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Douglas Silva (Jira)" <ji...@apache.org> on 2020/01/23 14:23:00 UTC

[jira] [Comment Edited] (SUREFIRE-1633) [JUnit5 follow-up #1343] JUnit Jupiter @Nested tests do not run when selecting enclosing class with Surefire

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

Douglas Silva edited comment on SUREFIRE-1633 at 1/23/20 2:22 PM:
------------------------------------------------------------------

Just put an '*' after name of outer class, on your case, something like this: 

 

{{mvn -Dtest=com.mycompany.test.MyTest* surefire:test}}

 

Let me know if this works...


was (Author: silramos):
Just put an '*' after name of outer class, on your case, something like this: 

 

{{mvn -Dtest=com.mycompany.test.MyTest* surefire:test}}

> [JUnit5 follow-up #1343] JUnit Jupiter @Nested tests do not run when selecting enclosing class with Surefire
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: SUREFIRE-1633
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1633
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: JUnit 5.x support
>            Reporter: Christian Stein
>            Priority: Major
>
> https://github.com/junit-team/junit5/issues/1343



--
This message was sent by Atlassian Jira
(v8.3.4#803005)