コード例 #1
0
 public void delete_multiple_objects_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     // throw new PendingException();
     Console.WriteLine("delete_multiple_objects:" + deleteMultipleObjectsOutput.getMessage());
     TestUtil.assertEqual(deleteMultipleObjectsOutput.getStatueCode(), arg1);
 }
コード例 #2
0
 public void move_object_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     //throw new PendingException();
     Console.WriteLine("put_the_move_object_status_code_message:" + copyOutput.getMessage());
     TestUtil.assertEqual(moveOutput.getStatueCode(), arg1);
 }
コード例 #3
0
 public void get_object_content_type_is(String arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     TestUtil.assertEqual(arg1, getContentTypeOutput.getResponseContentType());
 }
コード例 #4
0
 public void put_object_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     Console.WriteLine("put_object_status_code_msg:" + putObjectOutput.getMessage() + test_object);
     TestUtil.assertEqual(putObjectOutput.getStatueCode(), arg1);
 }
コード例 #5
0
 public void upload_the_first_part_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     Console.WriteLine("upload_the_first_part_status_code_msg" + uploadMultipartOutput1.getMessage());
     TestUtil.assertEqual(uploadMultipartOutput1.getStatueCode(), arg1);
 }
コード例 #6
0
 public void initiate_multipart_upload_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     //throw new PendingException();
     TestUtil.assertEqual(initOutput.getStatueCode(), arg1);
 }
コード例 #7
0
 public void delete_bucket_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     Console.WriteLine("delete_bucket_message:" + deleteBucketOutput.getMessage());
     TestUtil.assertEqual(deleteBucketOutput.getStatueCode(), arg1);
 }
コード例 #8
0
 public void put_bucket_CORS_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     Console.WriteLine("put_bucket_CORS_status_code_msg:" + this.putBucketCORSOutput.getMessage());
     TestUtil.assertEqual(this.putBucketCORSOutput.getStatueCode(), arg1);
 }
コード例 #9
0
 public void list_multipart_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     Console.WriteLine("list_multipart_status_code_msg" + listMultipartOutput.getMessage());
     TestUtil.assertEqual(listMultipartOutput.getStatueCode(), arg1);
 }
コード例 #10
0
 public void upload_the_third_part_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     TestUtil.assertEqual(uploadMultipartOutput3.getStatueCode(), arg1);
 }
コード例 #11
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());
 }
コード例 #12
0
 public void get_bucket_external_mirror_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     TestUtil.assertEqual(getBucketExternalMirrorOutput.getStatueCode(), arg1);
 }
コード例 #13
0
 public void put_same_bucket_again_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     TestUtil.assertEqual(putBucketOutput2.getStatueCode(), arg1);
 }
コード例 #14
0
 public void get_bucket_statistics_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     Console.WriteLine("bucket_statistics:" + getBucketStatisticsOutput.getMessage());
     TestUtil.assertEqual(getBucketStatisticsOutput.getStatueCode(), arg1);
 }
コード例 #15
0
 public void delete_the_move_object_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     TestUtil.assertEqual(deleteObjectOutput2.getStatueCode(), arg1);
 }
コード例 #16
0
 public void complete_multipart_upload_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     Console.WriteLine("complete_multipart_upload_status_code_msg" + completeMultipartUploadOutput.getMessage());
     TestUtil.assertEqual(completeMultipartUploadOutput.getStatueCode(), arg1);
 }
コード例 #17
0
 public void get_bucket_policy_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     TestUtil.assertEqual(this.getBucketPolicyOutput.getStatueCode(), arg1);
 }
コード例 #18
0
 public void abort_multipart_upload_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     TestUtil.assertEqual(abortMultipartUploadOutput.getStatueCode(), arg1);
 }
コード例 #19
0
 public void delete_bucket_CORS_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     TestUtil.assertEqual(deleteBucketCORSOutput.getStatueCode(), arg1);
 }
コード例 #20
0
 public void head_bucket_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     TestUtil.assertEqual(headBucketOutput.getStatueCode(), arg1);
 }