public mongodb_liveness_should(ExecutionFixture fixture)
 {
     _fixture = fixture ?? throw new ArgumentNullException(nameof(fixture));
 }
 public ping_healthcheck_should(ExecutionFixture fixture)
 {
     _fixture = fixture ?? throw new ArgumentNullException(nameof(fixture));;
 }
Esempio n. 3
0
 public oracle_liveness_should(ExecutionFixture fixture)
 {
     _fixture = fixture;
 }
Esempio n. 4
0
 public mysql_healthcheck_should(ExecutionFixture fixture)
 {
     _fixture = fixture ?? throw new ArgumentException(nameof(fixture));
 }
 public ravendb_with_options_healthcheck_should(ExecutionFixture fixture)
 {
     _fixture = fixture ?? throw new ArgumentNullException(nameof(fixture));
 }
 public memory_liveness_should(ExecutionFixture fixture)
 {
     this.fixture = fixture ?? throw new ArgumentNullException(nameof(fixture));
 }
 public sqllite_liveness_should(ExecutionFixture fixture)
 {
     _fixture = fixture;
 }
Esempio n. 8
0
 public prometheus_responsewriter_should(ExecutionFixture fixture)
 {
     _fixture = fixture;
 }
 public elasticsearch_liveness_should(ExecutionFixture fixture)
 {
     _fixture = fixture ?? throw new ArgumentNullException(nameof(fixture));
 }
Esempio n. 10
0
 public s3_healthcheck_should(ExecutionFixture fixture)
 {
     _fixture  = fixture ?? throw new ArgumentNullException(nameof(fixture));
     _s3Client = new AmazonS3Client(new AnonymousAWSCredentials(), _localStackS3Config);
 }
 public memory_healthcheck_should(ExecutionFixture fixture)
 {
     this.fixture = fixture ?? throw new ArgumentNullException(nameof(fixture));
 }
Esempio n. 12
0
 public sqllite_healthcheck_should(ExecutionFixture fixture)
 {
     _fixture = fixture;
 }
 public postgre_storage_should(ExecutionFixture fixture)
 {
     _fixture = fixture ?? throw new ArgumentNullException(nameof(fixture));
 }
 public disk_storage_liveness_should(ExecutionFixture fixture)
 {
     _fixture = fixture ?? throw new ArgumentNullException(nameof(fixture));;
 }
Esempio n. 15
0
 public mysql_liveness_should(ExecutionFixture fixture)
 {
     _fixture = fixture ?? throw new ArgumentException(nameof(fixture));
 }