예제 #1
0
 @Given("^product width is (\\d+) cm$")
 public void product_width_is__cm(int param1) {
   pedido.setLargura(param1);
 }