示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="IntegrationTest"/> class.
 /// </summary>
 /// <param name="fixture">The fixture to use.</param>
 /// <param name="outputHelper">The test output helper to use.</param>
 protected IntegrationTest(HttpServerFixture fixture, ITestOutputHelper outputHelper)
 {
     Fixture      = fixture;
     OutputHelper = outputHelper;
     Fixture.SetOutputHelper(OutputHelper);
 }