Example #1
0
 public void delete_bucket_external_mirror_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     TestUtil.assertEqual(deleteBucketExternalMirrorOutput.getStatueCode(), arg1);
 }
Example #2
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 #3
0
 public void the_bucket_external_mirror_is_initialized()
 {
     // Write code here that turns the phrase above into concrete actions
     TestUtil.assertNotNull(Bucket);
 }