New issue 18 by szczepiq: Help finding typos in the steps
http://code.google.com/p/givwenzen/issues/detail?id=18
It would be nice if GWZ gave me some hints when I make a typo in step.
Example:
@BddStep("I enter (.*) to the calculator");
step:
I enter 5 to the calculator.
(the dot at the end does not match)
GWZ could tell me that there are no matching steps, however there are few
steps that look kind of similar...
we can use:
Comment #2 on issue 18 by szczepiq: Help finding typos in the steps
http://code.google.com/p/givwenzen/issues/detail?id=18
(No comment was entered for this change.)
Comment #3 on issue 18 by wesandevie: Help finding typos in the steps
http://code.google.com/p/givwenzen/issues/detail?id=18
did a couple of check-ins for this today. if someone has a chance give it
a try. missing methods will list similar methods now based on
http://en.wikipedia.org/wiki/Levenshtein_distance. By default the distance
needs to be 5 or less but can be overridden with a -DGWZ_METHOD_DISTANCE=10
system property.
Comment #4 on issue 18 by wes.will...@gmail.com: Help finding typos in the
steps
http://code.google.com/p/givwenzen/issues/detail?id=18
fixed long ago