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