[jbehave-dev] tabular parameters whitespace

2014-05-29 Thread Frank Pedroza
I see the tabular parameters documentation has a section on preserving whitespace via the {trim=false}. I assume there's nothing that allows me to control that on a per column or per cell level, right? Would there be benefit to something like this? -- ---

[jbehave-dev] MethodReturningConverter how-to

2014-05-29 Thread Frank Pedroza
Can anyone explain how to use the MethodReturningConverter?

Re: [jbehave-dev] MethodReturningConverter how-to

2014-05-29 Thread Mauro Talevi
You don't use it directly. Use @AsParameterConverter annotation: https://github.com/jbehave/jbehave-core/blob/master/examples/core/src/main/java/org/jbehave/examples/core/steps/CalendarSteps.java On 30/05/2014 01:27, Frank Pedroza wrote: Can anyone explain how to use the MethodReturningConvert

Re: [jbehave-dev] tabular parameters whitespace

2014-05-29 Thread Mauro Talevi
That's correct, it applies to all values. What's your usecase? On 29/05/2014 17:22, Frank Pedroza wrote: I see the tabular parameters documentation has a section on preserving whitespace via the |{trim=false}|. I assume there's nothing that allows me to control that on a per column or per cel