Ejemplo n.º 1
0
 public OnCallDeveloperTests(CustomWebApplicationFactory <Startup> factory)
 {
     Client = factory.CreateClient();
 }
Ejemplo n.º 2
0
 public ResourceSmokeTests(CustomWebApplicationFactory <Startup> factory)
 {
     Client = factory.CreateClient();
 }
Ejemplo n.º 3
0
 public HiringEmployees(CustomWebApplicationFactory <Startup> factory)
 {
     Client = factory.CreateClient();
 }