package
2.1.18+incompatible
Repository: https://github.com/kubeshop/testkube.git
Documentation: pkg.go.dev

# Functions

NewMockFile creates a new instance of MockFile with the given content.
NewMockFileSystem creates a new mock instance.
No description provided by the author

# Structs

MockDirEntry implements os.DirEntry interface for mocking in tests.
MockFile implements the fs.File interface for testing purposes.
No description provided by the author
MockFileSystem is a mock of FileSystem interface.
MockFileSystemMockRecorder is the mock recorder for MockFileSystem.
No description provided by the author

# Interfaces

go:generate mockgen -destination=./mock_filesystem.go -package=filesystem "github.com/kubeshop/testkube/pkg/filesystem" FileSystem.