public MovieControllerQueryTest(InMemorySqliteApplicationFactory <Startup> factory)
 {
     _factory = factory;
     _client  = _factory.CreateClient();
 }
Пример #2
0
 public MovieControllerDeleteTest(InMemorySqliteApplicationFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }