Title: Message Title
Bence Olah commented on an issue
JBehave / Bug JBEHAVE-854
Incorrect formatting in JBehave report if fixture uses both string and table parameters
fixture code:
{code}
    @Then("keyword <variable1> keyword <table1>")
    @Alias("keyword $variable1 keyword $table1")
    public void checkSomething(String variable1, ExamplesTable table1) throws SQLException {

{code}

usage:
And keywords variable1 is in
|field|value|
|IS_VALID|Y|
|IS_VALID|N|
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to