-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Arity mismatch Java8 Step Definition error #852
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
Comments
I have the same problem too. |
@DavidCoelho Is this issue fixed by PR #847 that you opened a week ago? |
@brasmusson yes. After I coded, I tried to find an issue about this problem, but I didn't find it.. So I thought was better to create this issue... |
I have the same problem too. |
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. |
When I define my step by using cucumber Java8 feature, I get this exception:
But If I use the Given annotation in a class method, with the same step definition works fine.
MyStepsDef.java
myfeature.feature
Dependencies
The text was updated successfully, but these errors were encountered: