public ParticipantControllerTests(InMemoryApplicationFactory <Startup> factory)
 {
     _client  = factory.CreateClient();
     _factory = factory;
 }
Beispiel #2
0
 public VoteHubTests(InMemoryApplicationFactory <Startup> factory)
 {
     _client  = factory.CreateClient();
     _factory = factory;
 }