コード例 #1
0
 public ParticipantControllerTests(InMemoryApplicationFactory <Startup> factory)
 {
     _client  = factory.CreateClient();
     _factory = factory;
 }
コード例 #2
0
 public VoteHubTests(InMemoryApplicationFactory <Startup> factory)
 {
     _client  = factory.CreateClient();
     _factory = factory;
 }