[GitHub] maven-surefire pull request #150: SUREFIRE-1372 Filter tests to be rerun by ...

2017-09-12 Thread mpkorstanje
Github user mpkorstanje commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/150#discussion_r138477890 --- Diff: surefire-providers/common-junit48/src/main/java/org/apache/maven/surefire/common/junit48/MatchMethodDescriptions.java --- @@ -0,0

[GitHub] maven-surefire pull request #150: SUREFIRE-1372 Filter tests to be rerun by ...

2017-09-12 Thread mpkorstanje
Github user mpkorstanje commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/150#discussion_r138472979 --- Diff: surefire-providers/common-junit48/src/main/java/org/apache/maven/surefire/common/junit48/FailingMethodFilter.java --- @@ -1,85 +0,0

[GitHub] maven-surefire issue #150: SUREFIRE-1372 Filter tests to be rerun by descrip...

2017-09-11 Thread mpkorstanje
Github user mpkorstanje commented on the issue: https://github.com/apache/maven-surefire/pull/150 I'll try to address the minor changes soontm. --- - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.or

[GitHub] maven-surefire pull request #150: SUREFIRE-1372 Filter tests to be rerun by ...

2017-09-11 Thread mpkorstanje
Github user mpkorstanje commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/150#discussion_r138170535 --- Diff: surefire-providers/common-junit48/src/main/java/org/apache/maven/surefire/common/junit48/MatchMethodDescriptions.java --- @@ -0,0

[GitHub] maven-surefire issue #150: SUREFIRE-1372 Filter tests to be rerun by descrip...

2017-07-31 Thread mpkorstanje
Github user mpkorstanje commented on the issue: https://github.com/apache/maven-surefire/pull/150 Yes! We're satisfied with the current state of the code and more people are now able to make releases. As such we're finalizing the release at the moment, I expect we'll

[GitHub] maven-surefire issue #150: SUREFIRE-1372 Filter tests to be rerun by descrip...

2017-07-29 Thread mpkorstanje
Github user mpkorstanje commented on the issue: https://github.com/apache/maven-surefire/pull/150 All done. Tests are running against `cucumber-java:2.0.0-SNAPSHOT` --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] maven-surefire issue #150: SUREFIRE-1372 Filter tests to be rerun by descrip...

2017-05-26 Thread mpkorstanje
Github user mpkorstanje commented on the issue: https://github.com/apache/maven-surefire/pull/150 This is still WIP until cucumber-jvm 2.0.0 is done. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] maven-surefire pull request #150: SUREFIRE-1372 Filter tests to be rerun by ...

2017-05-26 Thread mpkorstanje
GitHub user mpkorstanje opened a pull request: https://github.com/apache/maven-surefire/pull/150 SUREFIRE-1372 Filter tests to be rerun by description Filtering tests by the tuple of (Class, Method) does not work when a test suite is used as a suite may not have (Class, Method