Searched defs:testCustomizer (Results 1 – 1 of 1) sorted by relevance
/build/soong/apex/ |
D | apex_test.go | 49 func testApexError(t *testing.T, pattern, bp string, handlers ...testCustomizer) { 66 func testApex(t *testing.T, bp string, handlers ...testCustomizer) (*android.TestContext, android.C… 76 type testCustomizer func(fs map[string][]byte, config android.Config) type 126 func testApexContext(_ *testing.T, bp string, handlers ...testCustomizer) (*android.TestContext, an…
|