Home
last modified time | relevance | path

Searched refs:exception3 (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DStreamsTest.java187 RuntimeException exception3 = new ArithmeticException("exception from stream 3"); in testConcat_refStream_closeIsPropagated_exceptionsChained() local
190 Stream<String> stream3 = Stream.of("quux").onClose(doThrow(exception3)); in testConcat_refStream_closeIsPropagated_exceptionsChained()
199 .containsExactly(exception2, exception3) in testConcat_refStream_closeIsPropagated_exceptionsChained()
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
DMethodsResolutionTest.java71 boolean exception1, exception2, exception3, exception4; in testConsistentMethodResultion()
88 exception3 = false; in testConsistentMethodResultion()
90 exception3 = true; in testConsistentMethodResultion()
101 assertEquals(exception1, exception3); in testConsistentMethodResultion()
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/
DDownloadFileGroupIntegrationTest.java316 AggregateException exception3 = in downloadFailed() local
342 assertThat(exception3.getFailures()).hasSize(2); in downloadFailed()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DFuturesTest.java2560 MyException exception3 = new MyException();
2565 exception3.initCause(exception2);
2566 getDone(allAsList(immediateFailedFuture(exception1), immediateFailedFuture(exception3)));
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFuturesTest.java2560 MyException exception3 = new MyException();
2565 exception3.initCause(exception2);
2566 getDone(allAsList(immediateFailedFuture(exception1), immediateFailedFuture(exception3)));