예제 #1
0
 public TestContext(ITestOutputHelper output)
 {
     _factory = new TestServerApplicationFactory <TStartup>();
     InitLogging(output);
 }