> +public class BucketAccessControlsApiLiveTest extends 
> BaseGoogleCloudStorageApiLiveTest {
> +
> +   protected static final String BUCKET_NAME = "jcloudstestbucketacl" + 
> UUID.randomUUID();
> +
> +   private BucketAccessControlsApi api() {
> +      return api.getBucketAccessControlsApi();
> +   }
> +
> +   private void createBucket(String BucketName) {
> +      BucketTemplate template = new BucketTemplate().name(BucketName);
> +      Bucket response = api.getBucketApi().createBucket(PROJECT_NUMBER, 
> template);
> +      assertNotNull(response);
> +   }
> +
> +   @Test(groups = "live")
> +   public void testCreateBucketacl() {

I'd agree, but I see `Bucketacl` (as one word) everywhere in these PRs..?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/36/files#r17685569

Reply via email to