Inheritance: IDisposable
コード例 #1
0
 public GetTestsAsync(StorageFixture fixture)
     : base(fixture) { }
コード例 #2
0
 public DeletionTestsAsync(StorageFixture fixture)
     : base(fixture) { }
コード例 #3
0
 public CreationTestsAsync(StorageFixture fixture)
     : base(fixture)
 { }
コード例 #4
0
 public ExceptionTests(StorageFixture fixture)
     : base(fixture) { }
コード例 #5
0
 public DeletionTestsAsync(StorageFixture fixture)
     : base(fixture)
 {
 }
コード例 #6
0
 public CreationTests(StorageFixture fixture)
     : base(fixture)
 {
 }
コード例 #7
0
 public UpdateTestsAsync(StorageFixture fixture)
     : base(fixture)
 {
 }
コード例 #8
0
 public GetTestsAsync(StorageFixture fixture)
     : base(fixture)
 {
 }
コード例 #9
0
 public UpdateTestsAsync(StorageFixture fixture)
     : base(fixture) { }