Esempio n. 1
0
 public HomeControllerTest(GameWebApplicationFactory <Startup> factory) : base(factory)
 {
 }
Esempio n. 2
0
 public GameIntegrationTest(GameWebApplicationFactory <Startup> factory)
 {
     _httpclient = factory.CreateClient();
 }