Searched defs:fsTester (Results 1 – 1 of 1) sorted by relevance
99 type fsTester struct { struct100 fsys fs.FS101 errors []error102 dirs []string103 files []string107 func (t *fsTester) errorf(format string, args ...any) {111 func (t *fsTester) openDir(dir string) fs.ReadDirFile {128 func (t *fsTester) checkDir(dir string) {289 func (t *fsTester) checkGlob(dir string, list []fs.DirEntry) {388 func (t *fsTester) checkStat(path string, entry fs.DirEntry) {[all …]