示例#1
0
 public IntegrationBasic(IntegrationFixture fixture)
 {
     _fixture = fixture;
     _fixture.TestSetup();
 }
 public IntegrationDatabase(IntegrationFixture fixture)
 {
     _fixture = fixture;
     _fixture.TestSetup();
 }
 public IntegrationContinuousQueries(IntegrationFixture fixture)
 {
     _fixture = fixture;
     _fixture.TestSetup();
 }
 public IntegrationSerie(IntegrationFixture fixture)
 {
     _fixture = fixture;
     _fixture.TestSetup();
 }
示例#5
0
 public IntegrationBasic(IntegrationFixture fixture)
 {
     _fixture = fixture;
     _fixture.TestSetup();
 }
 public IntegrationContinuousQueries(IntegrationFixture fixture)
 {
     _fixture = fixture;
     _fixture.TestSetup();
 }
示例#7
0
 public IntegrationDatabase(IntegrationFixture fixture)
 {
     _fixture = fixture;
     _fixture.TestSetup();
 }
示例#8
0
 public IntegrationDiagnostics(IntegrationFixture fixture)
 {
     _fixture = fixture;
     _fixture.TestSetup();
 }
 public IntegrationTask(IntegrationFixture fixture)
 {
     _fixture = fixture;
     _fixture.TestSetup();
 }