John Gkionis commented on Bug JBEHAVE-652

After some trial and error we found that using:

new MostUsefulConfiguration().useParameterControls(new ParameterControls("<", ">", true));

and implement steps as:

@Given("a user $user has borrowed books $isbns")
public void createListOfBorrowedBooks(String user, String isbns) throws SQLException{

}

gives a much more natural behaviour on how parameters are passed to step implementations.

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