Searched defs:TestContext (Results 1 – 8 of 8) sorted by relevance
/build/soong/java/ |
D | testing.go | 344 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected… 368 func ApexNamePairsFromModules(ctx *android.TestContext, modules []android.Module) []string { 376 func apexNamePairFromModule(ctx *android.TestContext, module android.Module) string {
|
D | droidstubs_test.go | 164 func checkSystemModulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, s…
|
D | java_test.go | 1175 func checkPatchModuleFlag(t *testing.T, ctx *android.TestContext, moduleName string, expected strin… 1312 func checkBootClasspathForSystemModule(t *testing.T, ctx *android.TestContext, moduleName string, e…
|
/build/soong/android/ |
D | namespace_test.go | 671 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool { 682 func numDeps(ctx *TestContext, module TestingModule) int { 691 func getModule(ctx *TestContext, moduleName string) TestingModule { 695 func findModuleById(ctx *TestContext, id string) (module TestingModule) {
|
D | fixture.go | 224 func FixtureModifyConfigAndContext(mutator func(config Config, ctx *TestContext)) FixturePreparer { 231 func FixtureModifyContext(mutator func(ctx *TestContext)) FixturePreparer { 613 *TestContext anonMember
|
/build/soong/apex/ |
D | platform_bootclasspath_test.go | 474 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected…
|
D | apex_test.go | 3030 func getFiles(t *testing.T, ctx *android.TestContext, moduleName, variant string) []fileInApex { 3076 func ensureExactContents(t *testing.T, ctx *android.TestContext, moduleName, variant string, files …
|
/build/soong/python/ |
D | python_test.go | 358 func expectModule(t *testing.T, ctx *android.TestContext, name, variant, expectedSrcsZip string, ex…
|