Пример #1
0
 protected Base(IntegrationServerTestFixture fixture)
 {
     Fixture = fixture;
 }
Пример #2
0
 protected Base(ITestOutputHelper output, IntegrationServerTestFixture fixture)
 {
     Output  = output;
     Fixture = fixture;
 }