Пример #1
0
 @When("^I DELETE the URL to \"([^\"]*)\"$")
 public void I_DELETE_the_URL_to(String arg1) throws Throwable {
   rs = RestAssured.delete(arg1);
 }