package
0.2.4
Repository: https://github.com/hack-pad/hackpadfs.git
Documentation: pkg.go.dev

# 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.

# Interfaces

SetupFS is an FS that supports the baseline interfaces for creating files/directories and changing their metadata.
TestSetup returns a new SetupFS and a "commit" function.

# Type aliases

TestSetupFunc is an adapter to use a function as a TestSetup.