Пример #1
0
 public IntegrationTest()
 {
     factory     = new CustomWebApplicationFactory <AuthenticationService.Startup>();
     _authClient = factory.CreateClient();
 }
 public IntegrationTest(CustomWebApplicationFactory <TweetBook.Startup> factory)
 {
     _factory   = factory;
     TestClient = _factory.CreateClient();
 }
 public PostControllerTest()
 {
     factory     = new CustomWebApplicationFactory <TweetBook.Startup>();
     _postClient = factory.CreateClient();
 }