Example #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(TestServerFixture fixture, ITestOutputHelper outputHelper)
 {
     Fixture = fixture;
     Fixture.SetOutputHelper(outputHelper);
 }