Lines Matching refs:assertSameStatCalls
177 func assertSameStatCalls(t *testing.T, actual []string, expected []string) { func
872 assertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a"})
912 …assertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a", "/tmp/b", "/tmp/b/c", "/tm…
955 assertSameStatCalls(t, filesystem.StatCalls,
995 assertSameStatCalls(t, filesystem.StatCalls,
1036 …assertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a", "/tmp/b", "/tmp/b/c", "/tm…
1090 assertSameStatCalls(t, filesystem.StatCalls,
1149 assertSameStatCalls(t, filesystem.StatCalls,
1209 assertSameStatCalls(t, filesystem.StatCalls,
1263 assertSameStatCalls(t, fs2.StatCalls,
1367 assertSameStatCalls(t, filesystem.StatCalls, []string{})
1397 assertSameStatCalls(t, filesystem.StatCalls, []string{})