Inheritance: IDisposable
コード例 #1
0
 public DeletionTestsAsync(StorageFixture fixture)
     : base(fixture) { }
コード例 #2
0
 public UpdateTestsAsync(StorageFixture fixture)
     : base(fixture) { }
コード例 #3
0
 public GetTestsAsync(StorageFixture fixture)
     : base(fixture) { }
コード例 #4
0
 public ExceptionTestsAsync(StorageFixture fixture)
     : base(fixture) { }
コード例 #5
0
 public GetTestsAsync(StorageFixture fixture)
     : base(fixture)
 {
 }
コード例 #6
0
 public DeletionTestsAsync(StorageFixture fixture)
     : base(fixture)
 {
 }
コード例 #7
0
 public CopyMoveTests(StorageFixture fixture)
     : base(fixture)
 {
 }