package testsuite
import "github.com/containerd/containerd/content/testsuite"
Index ¶
- func ContentLabelSuite(t *testing.T, name string, storeFn func(ctx context.Context, root string) (content.Store, func() error, error))
- func ContentSuite(t *testing.T, name string, storeFn func(ctx context.Context, root string) (content.Store, func() error, error))
Functions ¶
func ContentLabelSuite ¶
func ContentLabelSuite(t *testing.T, name string, storeFn func(ctx context.Context, root string) (content.Store, func() error, error))
ContentLabelSuite runs a test suite for the content store supporting labels. TODO: Merge this with ContentSuite once all content stores support labels
func ContentSuite ¶
func ContentSuite(t *testing.T, name string, storeFn func(ctx context.Context, root string) (content.Store, func() error, error))
ContentSuite runs a test suite on the content store given a factory function.
Source Files ¶
- Version
- v1.0.0-beta.1
- Published
- Sep 22, 2017
- Platform
- windows/amd64
- Imports
- 13 packages
- Last checked
- 50 seconds ago –
Tools for package owners.