Пример #1
0
 public ProductControllerTests(CustomWebApplicationFactory <Startup> factory)
 {
     _client = factory.CreateClient();
     _client.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));
 }
 public HomeControllerIndex(CustomWebApplicationFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }