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

Kostya Hospodarysko commented on SUREFIRE-1278:
-----------------------------------------------

OK, I'll try to fix/debug in a couple of days and will make a pull request.

> TestNG tests are run with group name that ends with specified group 
> --------------------------------------------------------------------
>
>                 Key: SUREFIRE-1278
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1278
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.19.1
>         Environment: OS X El Capitan 10.11.6
> TestNG 6.9.10
>            Reporter: Kostya Hospodarysko
>            Assignee: Tibor Digana
>         Attachments: testng-groups.zip
>
>
> h4.Preconditions:
> There is a simple TestNG class with two methods so that 1st method has group 
> "group" and 2nd has group "apigroup".
> h4.Steps to reproduce:
> Run tests with command:
> {noformat}
> mvn clean test -Dgroups=group
> {noformat}
> {color:red}h4.Actual:{color}
> Both tests are run.
> {color:green}h4.Expected:{color}
> Only method with group "group" is run.
> Demo project could be found here: 
> https://github.com/khospodarysko/testng-groups.
> Looks like the issue is in GroupMatcherMethodSelector as looking at 
> includeMethod it is seen that is always returns true.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to