Beispiel #1
0
 public StorageTestBase(bool async, RecordedTestMode?mode = null)
     : base(async, mode ?? RecordedTestUtilities.GetModeFromEnvironment())
 {
     Sanitizer = new StorageRecordedTestSanitizer();
     Matcher   = new StorageRecordMatcher(Sanitizer);
 }
Beispiel #2
0
 public StorageTestBase(bool async, RecordedTestMode?mode = null)
     : base(async, mode)
 {
     Sanitizer = new StorageRecordedTestSanitizer();
 }
 public StorageTestBase(bool async, RecordedTestMode?mode = null)
     : base(async, mode, useLegacyTransport: true)
 {
     Sanitizer = new StorageRecordedTestSanitizer();
     Tenants   = new TenantConfigurationBuilder(this);
 }