Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 5 of 5) sorted by relevance

/test/app_compat/csuite/harness/src/test/java/com/android/csuite/testing/
DMoreAssertsTest.java61 IllegalArgumentException expected = new IllegalArgumentException(); in assertThrows_expectedExceptionTypeThrown_returnsSameObject() local
75 IllegalArgumentException expected = new IllegalArgumentException(); in assertThrows_subTypeOfExpectedExceptionTypeThrown_returnsSameObject() local
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/config/
DAppRemoteFileResolverTest.java155 File expected = temporaryFolder.newFolder(); in templateHasNoPlaceholders_returnsFileWithoutExpansion() local
193 File expected = new File(parent, PACKAGE_NAME); in templateContainsPlaceholder_resolvesUriToFile() local
219 File expected = uriToFile(uri); in templateExpandsToUriWithUnsupportedScheme_returnsExpandedUri() local
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
DInteractiveResultReporterTest.java291 private static void verifyKeys(Set<String> keys, List<String> expected) { in verifyKeys()
300 List<ScreenshotTagData> results, List<ScreenshotTagData> expected) { in verifyScreenshotTagDatas()
308 ScreenshotTagData result, ScreenshotTagData expected) { in verifyScreenshotTagData()
/test/vts-testcase/kernel/bow/
DBowTest.cpp303 std::string expected = "Sector " + std::to_string(i); in FindChanged() local
/test/mlts/benchmark/jni/
Drun_tflite.cpp307 const float* expected = reinterpret_cast<const float*>(expected_data); in getOutputError() local