Exemplo n.º 1
0
 @Override
 @Then("^the response will have(?: a| the)? status code (\\d*)$")
 public void theResponseWillHaveTheStatusCode(int statusCode) {
   super.theResponseWillHaveTheStatusCode(statusCode);
 }