Searched refs:failures2 (Results 1 – 2 of 2) sorted by relevance
306 ImmutableList<Throwable> failures2 = cause2.getFailures(); in downloadFailed() local307 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()
179 int iterations, Output<Integer> failures2) { in checkCost() argument194 failures2.value = failures; in checkCost()