Exemple #1
0
 public TableServiceLiveTestsBase(bool isAsync) : base(isAsync)
 {
     Sanitizer = new TablesRecordedTestSanitizer();
 }
 public TableServiceLiveTestsBase(bool isAsync, TableEndpointType endpointType) : base(isAsync)
 {
     _endpointType = endpointType;
     Sanitizer     = new TablesRecordedTestSanitizer();
 }
Exemple #3
0
 public TableClientLiveTests(bool isAsync) : base(isAsync /* To record tests, add this argument, RecordedTestMode.Record */)
 {
     Sanitizer = new TablesRecordedTestSanitizer();
 }