Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder_test.go106 fs.AssertSameResponse(t, foundPaths, absoluteMatches)
146 fs.AssertSameResponse(t, foundPaths, absoluteMatches)
225 fs.AssertSameResponse(t, foundPaths, []string{})
249 fs.AssertSameResponse(t, foundPaths, []string{createdPath})
295 fs.AssertSameResponse(t, foundPaths,
326 fs.AssertSameResponse(t, foundPaths,
352 fs.AssertSameResponse(t, foundPaths,
379 fs.AssertSameResponse(t, foundPaths, []string{})
406 fs.AssertSameResponse(t, foundPaths, []string{})
432 fs.AssertSameResponse(t, foundPaths,
[all …]
/build/soong/finder/fs/
Dtest.go106 func AssertSameResponse(t *testing.T, actual []string, expected []string) { func