Searched refs:exception3 (Results 1 – 5 of 5) sorted by relevance
187 RuntimeException exception3 = new ArithmeticException("exception from stream 3"); in testConcat_refStream_closeIsPropagated_exceptionsChained() local190 Stream<String> stream3 = Stream.of("quux").onClose(doThrow(exception3)); in testConcat_refStream_closeIsPropagated_exceptionsChained()199 .containsExactly(exception2, exception3) in testConcat_refStream_closeIsPropagated_exceptionsChained()
71 boolean exception1, exception2, exception3, exception4; in testConsistentMethodResultion()88 exception3 = false; in testConsistentMethodResultion()90 exception3 = true; in testConsistentMethodResultion()101 assertEquals(exception1, exception3); in testConsistentMethodResultion()
316 AggregateException exception3 = in downloadFailed() local342 assertThat(exception3.getFailures()).hasSize(2); in downloadFailed()
2560 MyException exception3 = new MyException();2565 exception3.initCause(exception2);2566 getDone(allAsList(immediateFailedFuture(exception1), immediateFailedFuture(exception3)));