Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractFutureTest.java83 ExecutionException ee1 = getExpectingExecutionException(future); in testException()
84 ExecutionException ee2 = getExpectingExecutionException(future); in testException()
896 ExecutionException expected = getExpectingExecutionException(future); in testSetFuture_misbehavingFutureThrows()
1215 private ExecutionException getExpectingExecutionException(AbstractFuture<String> future) in getExpectingExecutionException() method in AbstractFutureTest
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAbstractFutureTest.java83 ExecutionException ee1 = getExpectingExecutionException(future); in testException()
84 ExecutionException ee2 = getExpectingExecutionException(future); in testException()
896 ExecutionException expected = getExpectingExecutionException(future); in testSetFuture_misbehavingFutureThrows()
1215 private ExecutionException getExpectingExecutionException(AbstractFuture<String> future) in getExpectingExecutionException() method in AbstractFutureTest