Home
last modified time | relevance | path

Searched defs:actual (Results 1 – 2 of 2) sorted by relevance

/test/app_compat/csuite/harness/src/test/java/com/android/csuite/testing/
DMoreAssertsTest.java63 IllegalArgumentException actual = in assertThrows_expectedExceptionTypeThrown_returnsSameObject() local
77 RuntimeException actual = in assertThrows_subTypeOfExpectedExceptionTypeThrown_returnsSameObject() local
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/config/
DAppRemoteFileResolverTest.java134 File actual = resolver.resolveRemoteFiles(APP_URI_FILE, EMPTY_PARAMS); in templateNotSet_returnsNull() local
156 File actual = resolver.resolveRemoteFiles(APP_URI_FILE, EMPTY_PARAMS); in templateHasNoPlaceholders_returnsFileWithoutExpansion() local
193 File actual = resolver.resolveRemoteFiles(uri, EMPTY_PARAMS); in templateContainsPlaceholder_resolvesUriToFile() local
216 File actual = resolver.resolveRemoteFiles(APP_URI_FILE, EMPTY_PARAMS); in templateExpandsToUriWithUnsupportedScheme_returnsExpandedUri() local