public OnCallDeveloperTests(CustomWebApplicationFactory <Startup> factory) { Client = factory.CreateClient(); }
public ResourceSmokeTests(CustomWebApplicationFactory <Startup> factory) { Client = factory.CreateClient(); }
public HiringEmployees(CustomWebApplicationFactory <Startup> factory) { Client = factory.CreateClient(); }