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

Feat: Warning when step name and pattern does not match #1

Closed
Socolin opened this issue Jan 24, 2021 · 1 comment
Closed

Feat: Warning when step name and pattern does not match #1

Socolin opened this issue Jan 24, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Socolin
Copy link
Collaborator

Socolin commented Jan 24, 2021

Add a warning when step pattern in attribute does not match method name.

Example:

[When("something is done")]
public void HelloWorld() {
         // ^^^^^^^^^^^---- warning: Method name does not match pattern

}
@Socolin Socolin added the enhancement New feature or request label Jan 24, 2021
@Socolin Socolin self-assigned this Jan 24, 2021
@Socolin
Copy link
Collaborator Author

Socolin commented Jan 29, 2021

A first version has been released but I think I need to add options to configure this

@Socolin Socolin closed this as completed Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant