D | test.go | 26 func Write(t *testing.T, path string, content string, filesystem *MockFs) { argument 35 func Create(t *testing.T, path string, filesystem *MockFs) { argument 39 func Delete(t *testing.T, path string, filesystem *MockFs) { argument 46 func RemoveAll(t *testing.T, path string, filesystem *MockFs) { argument 53 func Move(t *testing.T, oldPath string, newPath string, filesystem *MockFs) { argument 60 func Link(t *testing.T, newPath string, oldPath string, filesystem *MockFs) { argument 72 func Read(t *testing.T, path string, filesystem *MockFs) string { argument 84 func ModTime(t *testing.T, path string, filesystem *MockFs) time.Time { argument 92 func SetReadable(t *testing.T, path string, readable bool, filesystem *MockFs) { argument 99 func SetReadErr(t *testing.T, path string, readErr error, filesystem *MockFs) { argument
|