Title: Message Title
Alberto Scotto commented on an issue
JBehave / Improvement JBEHAVE-1070
Loose step matching, not based on StepType
Hi,

I've recently started working with jbehave, and I am noticing duplication when a step method can be more than one StepType, e.g.:

{code}
@Given("the cart is empty")
@When("the cart is empty")
public void cartIsEmpty() {}
{code}

An easy (?) workaround could be to support the following syntax

{code}
@Given("the cart is empty")
@When
p...


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to