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();
 }
 public IntegrationBasic(IntegrationFixture fixture)
 {
     _fixture = fixture;
     _fixture.TestSetup();
 }
 public IntegrationContinuousQueries(IntegrationFixture fixture)
 {
     _fixture = fixture;
     _fixture.TestSetup();
 }
Exemple #7
0
 public IntegrationDatabase(IntegrationFixture fixture)
 {
     _fixture = fixture;
     _fixture.TestSetup();
 }
Exemple #8
0
 public IntegrationDiagnostics(IntegrationFixture fixture)
 {
     _fixture = fixture;
     _fixture.TestSetup();
 }
 public IntegrationTask(IntegrationFixture fixture)
 {
     _fixture = fixture;
     _fixture.TestSetup();
 }