I wish to pass a parameter that contains a space from my scenario to the
system under test.
In the following example :
@When("I Full Text Search For $\"USDA Responds\"")
public void whenIFullTextSearchFor(String aSearchTerm)
{
searchResultsPage = loginPage.whenIFullTextSearchFor(aSearchTerm);
}
the parameter "aSearchTerm" contains only" USDA.
Is there a way to do this?
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email