Exemple #1
0
 public async Task GivenIPOSTAValidCustomerToTheAPI()
 {
     using (var client = testContextFixture.CreateClient())
     {
         await client.SendJsonContent(
             "/customer",
             HttpMethod.Post,
             customer);
     }
 }