Пример #1
0
 public HomeControllerTest(GameWebApplicationFactory <Startup> factory) : base(factory)
 {
 }
Пример #2
0
 public GameIntegrationTest(GameWebApplicationFactory <Startup> factory)
 {
     _httpclient = factory.CreateClient();
 }