Title: Message Title
Alberto Scotto commented on an issue
JBehave / New Feature JBEHAVE-1074
Writing stories in plain English, with words convertible to boolean
Provide an enum to allow story writers to write natural prose, while developers can enjoy getting booleans "for free".

Quoting from the javadoc..

Example of use. Given the following candidate step:

{code}
 @Given("a stock of symbol $symbol $withThreshold a threshold")
 public void aStock(String symbol, BooleanWord withThreshold) {
     stock =...
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to