public HomeControllerIndex(CustomWebApplicationFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }
Exemplo n.º 2
0
 public QuestionsPageGet(CustomWebApplicationFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }
Exemplo n.º 3
0
 public ApiToDoItemsControllerList(CustomWebApplicationFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }