public ApiGuestbookControllerGetByIdShould(CustomWebApplicationFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }
 public HomeControllerIndexShould(CustomWebApplicationFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }
Beispiel #3
0
 public ApiGuestbookNewEntryShould(CustomWebApplicationFactory <Startup> factory)
 {
     client = factory.CreateClient();
 }
Beispiel #4
0
 public ApiToDoItemsControllerList(CustomWebApplicationFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }
 public ApiReasonController(CustomWebApplicationFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }