Home
last modified time | relevance | path

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

/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/
DDownloadFileGroupIntegrationTest.java306 ImmutableList<Throwable> failures2 = cause2.getFailures(); in downloadFailed() local
307 assertThat(failures2).hasSize(2); in downloadFailed()
308 assertThat(failures2.get(0)).isInstanceOf(DownloadException.class); in downloadFailed()
309 assertThat(failures2.get(0)) in downloadFailed()
313 assertThat(failures2.get(1)).isInstanceOf(DownloadException.class); in downloadFailed()
314 assertThat(failures2.get(1)).hasMessageThat().contains("INSECURE_URL_ERROR"); in downloadFailed()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestPerf.java179 int iterations, Output<Integer> failures2) { in checkCost() argument
194 failures2.value = failures; in checkCost()