Skip to content
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

Highlight when number of arguments in annotation does not match number of input parameters #45

Open
strix3000 opened this issue Nov 6, 2018 · 1 comment

Comments

@strix3000
Copy link

When developing new steps using Jbehave you might face an issue when you create a step like:

@When("I do action with item")
public static void IDoActionWith(String item){}

This step would not be found by JBehave as a number of parameters in the annotation( 0 params) does not match with method signature(1 param).

It would be good to highlight such steps either in code or in story-files.

@JenoDK
Copy link
Collaborator

JenoDK commented Mar 4, 2019

Hi @strix3000 , feel free to contribute this change as many contributers here have either stopped or don't have a lot of time. See the readme on how to setup the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants