package testsuite
import "github.com/containerd/containerd/snapshots/testsuite"
Index ¶
- func SnapshotterSuite(t *testing.T, name string, snapshotterFn SnapshotterFunc)
- type SnapshotterFunc
Functions ¶
func SnapshotterSuite ¶
func SnapshotterSuite(t *testing.T, name string, snapshotterFn SnapshotterFunc)
SnapshotterSuite runs a test suite on the snapshotter given a factory function.
Types ¶
type SnapshotterFunc ¶
type SnapshotterFunc func(ctx context.Context, root string) (snapshots.Snapshotter, func() error, error)
SnapshotterFunc is used in SnapshotterSuite
Source Files ¶
helpers.go helpers_other.go issues.go testsuite.go testsuite_unix.go
- Version
- v1.6.16
- Published
- Jan 28, 2023
- Platform
- js/wasm
- Imports
- 20 packages
- Last checked
- 27 minutes ago –
Tools for package owners.