コード例 #1
0
 public UserControllerTests(IntegrationTestWebAppFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }
コード例 #2
0
 public BookShelfControllerTests(IntegrationTestWebAppFactory <Startup> factory)
 {
     this._client = factory.CreateClient();
 }