Exemplo n.º 1
0
 public FakeRestResponse Status(int code)
 {
     return(new FakeRestResponse(this, response.CloneWith(statusCode: code)));
 }