Lines Matching defs:string
26 func Write(t *testing.T, path string, content string, filesystem *MockFs) {
35 func Create(t *testing.T, path string, filesystem *MockFs) {
39 func Delete(t *testing.T, path string, filesystem *MockFs) {
46 func RemoveAll(t *testing.T, path string, filesystem *MockFs) {
53 func Move(t *testing.T, oldPath string, newPath string, filesystem *MockFs) {
60 func Link(t *testing.T, newPath string, oldPath string, filesystem *MockFs) {
72 func Read(t *testing.T, path string, filesystem *MockFs) string {
85 func ModTime(t *testing.T, path string, filesystem *MockFs) time.Time {
93 func SetReadable(t *testing.T, path string, readable bool, filesystem *MockFs) {
100 func SetReadErr(t *testing.T, path string, readErr error, filesystem *MockFs) {
107 func AssertSameResponse(t *testing.T, actual []string, expected []string) {
117 func AssertSameStatCalls(t *testing.T, actual []string, expected []string) {
133 func AssertSameReadDirCalls(t *testing.T, actual []string, expected []string) {