public JsonFileImportControllerTest(TestingWebApplicationFactory <TestStartup> factory)
 {
     this.factory       = factory;
     this.testingClient = factory.CreateClient();
 }
 public DevicesControllerTest(TestingWebApplicationFactory <TestStartup> factory)
 {
     // Arrange
     this.factory       = factory;
     this.testingClient = factory.CreateClient();
 }
예제 #3
0
 public ProductControllerTests(TestingWebApplicationFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }