Example #1
0
 public void the_object_multipart_upload_is_initialized()
 {
     // Write code here that turns the phrase above into concrete actions
     TestUtil.assertNotNull(initOutput);
     Console.WriteLine("the_object_multipart_upload_is_initialized:" + initOutput.getUploadID());
     multipart_upload_id = initOutput.getUploadID();
 }
 public void the_bucket_CORS_is_initialized()
 {
     // Write code here that turns the phrase above into concrete actions
     TestUtil.assertNotNull(this.Bucket);
 }
Example #3
0
 public void the_object_is_initialized()
 {
     // Write code here that turns the phrase above into concrete actions
     TestUtil.assertNotNull(subService);
 }
Example #4
0
 public void list_buckets_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     TestUtil.assertNotNull(this.listOutput.getStatueCode());
     TestUtil.assertEqual(arg1, this.listOutput.getStatueCode());
 }
Example #5
0
 public void the_bucket_external_mirror_is_initialized()
 {
     // Write code here that turns the phrase above into concrete actions
     TestUtil.assertNotNull(Bucket);
 }