예제 #1
0
 @Given("^product weight is (\\d+) g$")
 public void product_weight_is__g(int param1) {
   pedido.setPeso(param1);
 }