-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
org.junit.runners.model.InitializationError with JUnit 4.12 #792
Comments
Ugh. Could you send a pull request please? |
#793 Pull request done. The Travis build failed on tests that where already failing before. I ran tests locally with JUnit 4.11 and JUnit 4.12 and didn't see any regression. |
any updates on this .. JUnit 4.12 + cuke-jvm 1.2.0 is failing for me with the same error described above. |
@nhajratw I don't know if we have a quality pull request yet. |
I have done a pull request here : #794 |
Pull request updated with release version |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi,
Cucumber-JVM is incompatible with JUnit 4.12. It fails with the following stacktrace :
JUnit 4.12 now applies some validators when creating runners. It fails with Cucumber because
cucumber.runtime.junit.ExamplesRunner
is not public.The text was updated successfully, but these errors were encountered: