Example #1
0
 @Given("^product height is (\\d+) cm$")
 public void product_height_is__cm(int param1) {
   pedido.setAltura(param1);
 }