Mauro Talevi commented on Wish JBEHAVE-838

Yes it is possible with syntax that is a straightforward extension:

@Given("a table $first and another table $second")
public void twoTables(ExamplesTable first, ExamplesTable second){
// blah
}

Given a table 
|header|
...
|row|
and another table 
|header|
...
|row|

Please use the mailing lists (http://jbehave.org/mailing-lists.html) as first point of contact when asking questions.

Then raise issue once you've determined feature is not there.

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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to