|
||||||||
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-801) Not expected behavi... Eugeny Batov (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-801) Not expected b... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-801) Not expected b... Eugeny Batov (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-801) Not expected b... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-801) Not expected b... Eugeny Batov (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-801) Not expected b... Eugeny Batov (JIRA)
I made minor changes accordingly example.
I replaced
for (Map<String, String> row : table.getRows())
on
for (Parameters row : table.getRowsAsParameters(true))
in my steps and now it works.
Thank you for support.