Lines Matching defs:T
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 {
84 func ModTime(t *testing.T, path string, filesystem *MockFs) time.Time {
92 func SetReadable(t *testing.T, path string, readable bool, filesystem *MockFs) {
99 func SetReadErr(t *testing.T, path string, readErr error, filesystem *MockFs) {
106 func AssertSameResponse(t *testing.T, actual []string, expected []string) {
116 func AssertSameStatCalls(t *testing.T, actual []string, expected []string) {
132 func AssertSameReadDirCalls(t *testing.T, actual []string, expected []string) {