[ https://issues.apache.org/jira/browse/SUREFIRE-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15493529#comment-15493529 ]
Kostya Hospodarysko commented on SUREFIRE-1278: ----------------------------------------------- [~tibor17] testng-groups project does not cover the case I described. There is a method with group "abc-def". Assume that there is also a method with group "def". So after "mvn clean test -Dgroups=def" both methods are executed but I expect only one method with group "def" to be executed, not "abc-def". > 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)