# Functions
File runs file tests.
FS runs file system tests.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TestChmod tests Chmod.
TestChtimes tests Chtimes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TestCreate verifies fs.Create().
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TestMkdir verifies fs.Mkdir().
TestMkdirAll tests MkdirAll.
TestOpen tests Open.
TestOpenFile tests OpenFile.
No description provided by the author
No description provided by the author
TestRemove tests Remove.
TestRemoveAll tests RemoveAll.
TestRename verifies fs.Rename().
TestStat tests Stat.
No description provided by the author
# Structs
Constraints limits tests to a reduced set of assertions due to non-standard behavior.
Facets contains details for the current test.
FSOptions contains required and optional settings for running fstest against your FS.
TestData reports metadata from test runs.
# Type aliases
TestSetupFunc is an adapter to use a function as a TestSetup.