예제 #1
0
 public async Task Post_Returns_BadRequest_IfContentIsEmpty()
 {
     await _api.Post_ShouldReturn_BadRequest_IfJsonContentIsEmpty(PATH);
 }