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); }
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()); }
public void the_bucket_external_mirror_is_initialized() { // Write code here that turns the phrase above into concrete actions TestUtil.assertNotNull(Bucket); }