Documentation
¶
Overview ¶
Package objectstoretest contains reusable object store contract tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertSignedURLerContract ¶
func AssertSignedURLerContract(t testing.TB, signer objectstore.SignedURLer, ref objectstore.Ref)
AssertSignedURLerContract verifies common signed URL behavior.
func AssertStoreContract ¶
func AssertStoreContract(t testing.TB, newStore StoreFactory)
AssertStoreContract verifies behavior shared by object store implementations.
Types ¶
type StoreFactory ¶
type StoreFactory func(testing.TB) objectstore.Store
StoreFactory builds a fresh object store for one contract test run.
Click to show internal directories.
Click to hide internal directories.