Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TempDir ¶
func TempDir() string
TempDir creates a temporary directory that includes the name of the testcase. Panics if there was an I/O problem creating the directory.
func TestLoopbackUtimens ¶
func TestLoopbackUtimens(t *testing.T, path string, utimensFn func(atime *time.Time, mtime *time.Time) fuse.Status)
Check that loopback Utimens() works as expected. Called by TestLoopbackFileUtimens and TestLoopbackFileSystemUtimens.
Parameters:
path ........ path to the backing file utimensFn ... Utimens() function that acts on the backing file
func VerboseTest ¶
func VerboseTest() bool
VerboseTest returns true if the testing framework is run with -v.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.