|
||||||||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
- [jbehave-dev] [jira] (JBEHAVE-842) Not entering in @Gi... Goops Shre (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-842) Not entering i... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-842) Not entering i... Goops Shre (JIRA)
You're using the wrong matching pattern. Instead of
@Given("a data of $members and $providers and $claims ")
you should use
@Given("a data of members $members and providers $providers and claims $claims")
Or change the language in your textual story.