[jira] [Comment Edited] (SUREFIRE-1125) Running multiple methods via the `test` property does not work in junit47 provider

2018-02-20 Thread George Snyder (JIRA)

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

George Snyder edited comment on SUREFIRE-1125 at 2/20/18 9:25 PM:
--

Note, that if you can't or don't want to use a newer version which has this 
fixed, you can still avoid the problem (at least with some patterns) by 
including the full class name.  For example:
{noformat}
com.example.example.MyTest#myTest1, 
com.example.example.MyOtherTest#mySecondTest{noformat}
instead of
{noformat}
MyTest#myTest1, MyOtherTest#mySecondTest{noformat}


was (Author: snydergd):
Note, that if you can't or don't want to use a newer version which has this 
fixed, you can still avoid the problem (at least with some patterns) by 
including the full class name.  For example:
{noformat}
com.example.example.MyTest#myTest1, 
com.example.example.MyOtherTest#mySecondTest{noformat}

> Running multiple methods via the `test` property does not work in junit47 
> provider
> --
>
> Key: SUREFIRE-1125
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1125
> Project: Maven Surefire
>  Issue Type: Bug
>  Components: Junit 4.7+ (parallel) support
>Affects Versions: 2.18
>Reporter: Jörn Horstmann
>Assignee: Tibor Digana
>Priority: Minor
> Fix For: 2.19
>
>
> https://github.com/apache/maven-surefire/pull/75
> The syntax discussed in https://jira.codehaus.org/browse/SUREFIRE-745 and 
> documented in 
> http://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.html#Running_a_Set_of_Methods_in_a_Single_Test_Class
>  does not work when using the junit 4.7 provider.



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


[jira] [Commented] (SUREFIRE-1125) Running multiple methods via the `test` property does not work in junit47 provider

2018-02-20 Thread George Snyder (JIRA)

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

George Snyder commented on SUREFIRE-1125:
-

Note, that if you can't or don't want to use a newer version which has this 
fixed, you can still avoid the problem (at least with some patterns) by 
including the full class name.  For example:
{noformat}
com.example.example.MyTest#myTest1, 
com.example.example.MyOtherTest#mySecondTest{noformat}

> Running multiple methods via the `test` property does not work in junit47 
> provider
> --
>
> Key: SUREFIRE-1125
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1125
> Project: Maven Surefire
>  Issue Type: Bug
>  Components: Junit 4.7+ (parallel) support
>Affects Versions: 2.18
>Reporter: Jörn Horstmann
>Assignee: Tibor Digana
>Priority: Minor
> Fix For: 2.19
>
>
> https://github.com/apache/maven-surefire/pull/75
> The syntax discussed in https://jira.codehaus.org/browse/SUREFIRE-745 and 
> documented in 
> http://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.html#Running_a_Set_of_Methods_in_a_Single_Test_Class
>  does not work when using the junit 4.7 provider.



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