[jbehave-user] Problem with parameter injection when an examples table is used

2014-02-06 Thread Hans Schwäbli
I have two steps like this with a examples table where the values are defined: Given the account data of debitAccount is known Given the account data of creditAccount is known First I tried this in the step class method for the two steps above: @Given(the account data of $debitAccount is known)

Re: [jbehave-user] Problem with parameter injection when an examples table is used

2014-02-06 Thread Mauro Talevi
Hi what is the stated intention here? You want two steps to match the same method with different parameter names? Can you please provide a sample project - inclusive of textual stories and steps class that reproduces your issue? Thanks On 06/02/2014 16:52, Hans Schwäbli wrote: I have