Searched refs:assertSameResponse (Results 1 – 1 of 1) sorted by relevance
/build/soong/finder/ |
D | finder_test.go | 164 func assertSameResponse(t *testing.T, actual []string, expected []string) { func 240 assertSameResponse(t, foundPaths, absoluteMatches) 305 assertSameResponse(t, foundPaths, []string{}) 329 assertSameResponse(t, foundPaths, []string{createdPath}) 375 assertSameResponse(t, foundPaths, 406 assertSameResponse(t, foundPaths, 432 assertSameResponse(t, foundPaths, 459 assertSameResponse(t, foundPaths, []string{}) 486 assertSameResponse(t, foundPaths, []string{}) 512 assertSameResponse(t, foundPaths, [all …]
|