예제 #1
0
 public DeleteObjectTest(StorageFixture fixture)
 {
     _fixture = fixture;
 }
예제 #2
0
 public PatchBucketTest(StorageFixture fixture)
 {
     _fixture = fixture;
 }
예제 #3
0
 public ListBucketsTest(StorageFixture fixture)
 {
     _fixture = fixture;
 }
 public UpdateObjectTest(StorageFixture fixture)
 {
     _fixture = fixture;
 }
예제 #5
0
 public DownloadObjectTest(StorageFixture fixture)
 {
     _fixture = fixture;
 }