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 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 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 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 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 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 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 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