Bucket createdBucket = bucketFileCreator.createBucketWithFile(file, bucket);
assertEquals(bucket.getIndex(), createdBucket.getIndex());
}
public void _givenFile_bucketWithFormat() {
Bucket createdBucket = bucketFileCreator.createBucketWithFile(file, bucket);
assertEquals(getFormat(), createdBucket.getFormat());
}