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