Documentation ¶
Overview ¶
Package assert contains helper functions for making Testify assertions about objects in GCS buckets.
Index ¶
- func NoObjectExists(t *testing.T, bucket bucket.Bucket, objectName string, ...) bool
- func ObjectExists(t *testing.T, bucket bucket.Bucket, objectName string, ...) bool
- func ObjectHasCacheControl(t *testing.T, bucket bucket.Bucket, objectName string, cacheControl string, ...) bool
- func ObjectHasContent(t *testing.T, bucket bucket.Bucket, objectName string, content string, ...) bool
- func ObjectHasGeneration(t *testing.T, bucket bucket.Bucket, objectName string, generation int64, ...) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NoObjectExists ¶
func ObjectExists ¶
func ObjectHasCacheControl ¶
func ObjectHasContent ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.