# Packages
No description provided by the author
No description provided by the author
package storetest contains SHARED tests for /pkg/ucp/queue.
package storetest contains SHARED testing logic that is common to our data-store implementations.
# Functions
NewUCPRequest creates an HTTP request with the given method, URL and body, and adds a Content-Type header to it, returning the request or an error if one occurs.
NewUCPTest creates a new UCPTest instance with the given name and run method.
# Constants
No description provided by the author
FeatureAWS should be used with required features to indicate a test dependency on AWS cloud provider.
FeatureAzure should be used with required features to indicate a test dependency on Azure cloud provider.
# Type aliases
RequiredFeature is used to specify an optional feature that is required for the test to run.
No description provided by the author