strix3000

Results 1 issues of strix3000

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