Ejemplo n.º 1
0
 @Then("^my belly should growl as (.*)$")
 public void my_belly_should_growl(String arg) throws Throwable {
   Belly belly = new Belly();
   belly.growl(arg);
 }