Home
last modified time | relevance | path

Searched refs:AssertSameResponse (Results 1 – 2 of 2) sorted by relevance

/build/soong/finder/
Dfinder_test.go107 fs.AssertSameResponse(t, foundPaths, absoluteMatches)
148 fs.AssertSameResponse(t, foundPaths, absoluteMatches)
227 fs.AssertSameResponse(t, foundPaths, []string{})
251 fs.AssertSameResponse(t, foundPaths, []string{createdPath})
297 fs.AssertSameResponse(t, foundPaths,
328 fs.AssertSameResponse(t, foundPaths,
354 fs.AssertSameResponse(t, foundPaths,
381 fs.AssertSameResponse(t, foundPaths, []string{})
408 fs.AssertSameResponse(t, foundPaths, []string{})
434 fs.AssertSameResponse(t, foundPaths,
[all …]
/build/soong/finder/fs/
Dtest.go107 func AssertSameResponse(t *testing.T, actual []string, expected []string) { func