Home
last modified time | relevance | path

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

/build/soong/rust/
Dclippy_test.go66 android.AssertStringEquals(t, "libfoo flags", tc.fooFlags, r.Args["clippyFlags"])
69 …android.AssertStringEquals(t, "libbar flags", "${config.ClippyDefaultLints}", r.Args["clippyFlags"…
/build/soong/xml/
Dxml_test.go75 android.AssertStringEquals(t, "input", tc.input, rule.Input.String())
77 android.AssertStringEquals(t, "schema", tc.schema, rule.Args[tc.schemaType])
/build/soong/android/
Dtest_asserts.go55 func AssertStringEquals(t *testing.T, message string, expected string, actual string) { func
66 AssertStringEquals(t, message, expected, PathRelativeToTop(actual))
80 AssertStringEquals(t, message, expected, StringPathRelativeToTop(config.buildDir, actual))
107 AssertStringEquals(t, message, strings.TrimSpace(expected), strings.TrimSpace(actual))
Dcsuite_config_test.go37 AssertStringEquals(t, "output file name", "plain", outputFilename)
Ddefaults_test.go128AssertStringEquals(t, "missing_defaults", "module missing_defaults missing dependencies: missing\n…
Drule_builder_test.go628 AssertStringEquals(t, "RuleParams.Command", wantCommand, command)
650 AssertStringEquals(t, "RspfileContent", wantRspFileContent, params.RuleParams.RspfileContent)
652 AssertStringEquals(t, "Rspfile", wantRspFile, params.RuleParams.Rspfile)
667 AssertStringEquals(t, "rspFile2 content", "rsp_in2\n", rspFile2Content)
783 AssertStringEquals(t, "hash", test.expectedHash, hash)
Dpaths_test.go1370 AssertStringEquals(t, "foo src", "", foo.src)
/build/soong/etc/
Dprebuilt_etc_test.go83 android.AssertStringEquals(t, "output file path", "foo.installed.conf", p.outputFilePath.Base())
100 android.AssertStringEquals(t, "my_foo output file path", "my_foo", p.outputFilePath.Base())
103 android.AssertStringEquals(t, "my_bar output file path", "bar.conf", p.outputFilePath.Base())
/build/soong/java/
Dplatform_bootclasspath_test.go178 …android.AssertStringEquals(t, "output filepath", "bootclasspath.pb", p.ClasspathFragmentBase.outpu…
273 android.AssertStringEquals(t, "platform dist goals phony", ".PHONY: droidcore\n", goals[0])
274 …android.AssertStringEquals(t, "platform dist goals call", "$(call dist-for-goals,droidcore,out/soo…
Dsystemserver_classpath_fragment_test.go52 …android.AssertStringEquals(t, "output filepath", "systemserverclasspath.pb", p.ClasspathFragmentBa…
Dapp_set_test.go116 android.AssertStringEquals(t, fmt.Sprintf("arg value for `%s`", k), v, params.Args[k])
Dhiddenapi_singleton_test.go275 …android.AssertStringEquals(t, "hiddenapi encode dex rule flags csv", expectedFlagsCsv, actualFlags…
306 …android.AssertStringEquals(t, "encode embedded java_library", unencodedDexJar, actualUnencodedDexJ…
Ddexpreopt_test.go210 …android.AssertStringEquals(t, "Testing "+name, expectedDex2oatPath, android.NormalizePathForTestin…
Dapp_test.go993 android.AssertStringEquals(t, "incorrect --min-sdk-version", expectedSdkVersion, gotMinSdkVersion)
995 …android.AssertStringEquals(t, "incorrect --target-sdk-version", expectedSdkVersion, gotTargetSdkVe…
1621 …android.AssertStringEquals(t, "certificates flags", test.expectedCertificate, signCertificateFlags)
1624 android.AssertStringEquals(t, "signing flags", test.expectedLineage, signFlags)
1682 android.AssertStringEquals(t, "signing flags", test.expected, signFlags)
1942 android.AssertStringEquals(t, "certificates flags", expected.certFlag, certFlag)
1946 android.AssertStringEquals(t, "signing flags", expected.lineageFlag, lineageFlag)
1954 …android.AssertStringEquals(t, "overrides property value for logging parent", expected.logging_pare…
2360 …android.AssertStringEquals(t, "manifest_fixer args", expectManifestFixerArgs, actualManifestFixerA…
/build/soong/sysprop/
Dsysprop_test.go368 android.AssertStringEquals(t, "min_sdk_version forwarding to cc module", "29", propFromCc)
372 android.AssertStringEquals(t, "min_sdk_version forwarding to java module", "30", propFromJava)
/build/soong/genrule/
Dgenrule_test.go467 android.AssertStringEquals(t, "raw commands", test.expect, gen.rawCommands[0])
535 android.AssertStringEquals(t, "hash", test.expectedHash, hash)
651 android.AssertStringEquals(t, "cmd", expectedCmd, gen.rawCommands[0])
/build/soong/dexpreopt/
Ddexpreopt_test.go183 …android.AssertStringEquals(t, "The result must be the same as the original after marshalling and u…
Dclass_loader_context_test.go176 android.AssertStringEquals(t, "The content should be the same.", before, after)
/build/soong/sdk/
Dtesting.go246 android.AssertStringEquals(t, "Snapshot zip file in wrong place", expectedZipPath, actual)
Dsdk_test.go492 android.AssertStringEquals(t, "snapshot zip file", expected, zipRule.Output.String())
Dbootclasspath_fragment_sdk_test.go540 …android.AssertStringEquals(t, "updatable-bcp-packages.txt", expectedContents, rule.Args["content"])
/build/soong/apex/
Dbootclasspath_fragment_test.go259 …android.AssertStringEquals(t, "invalid modules for "+moduleName, expectedConfiguredModules, module…
Dapex_test.go4464 android.AssertStringEquals(t, "boot dex jar path", bootDexJarPath, buildRule.Input.String())
6407 android.AssertStringEquals(t, "myapex input", extractorOutput, copiedApex.Input.String())