Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestFS ¶
TestFS is a test suite based on testing/fstest using test data located in the directory path given as argument to the makeFS function.
The test suite invokes makeFS to construct a fs.FS instance which is expected to expose the content of the given directory path.
func TestFileSystem ¶
TestFileSystem is a test suite which validates the behavior of FileSystem implementations.
The test suite invokes makeFS to constructs an empty file system that will be used to exercise the test scenarios.
func TestRootFS ¶
TestRootFS is a test suite designed to validate the implementation of root file systems. Such file systems are expected to guarantee that the resolution of file paths never escapes the root, even in the presence of symbolic links.
Types ¶
This section is empty.