Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex_test.go49 func testApexError(t *testing.T, pattern, bp string, handlers ...testCustomizer) { argument
66 func testApex(t *testing.T, bp string, handlers ...testCustomizer) (*android.TestContext, android.C… argument
76 type testCustomizer func(fs map[string][]byte, config android.Config) type
78 func withFiles(files map[string][]byte) testCustomizer {
86 func withTargets(targets map[android.OsType][]android.Target) testCustomizer {
112 func withManifestPackageNameOverrides(specs []string) testCustomizer {
126 func testApexContext(_ *testing.T, bp string, handlers ...testCustomizer) (*android.TestContext, an… argument