Ejemplo n.º 1
0
 @When("^I wait (\\d+) hour$")
 public void i_wait_hour(int arg1) throws Throwable {
   Belly belly = new Belly();
   belly.wait(arg1);
 }