public POIIntegrationTests(CustomWebApplicationFactory <poi.Startup> factory)
 {
     _factory = factory;
 }
Esempio n. 2
0
 public EndpointTests(CustomWebApplicationFactory <Startup> factory)
 {
     this.client = factory.CreateClient();
 }