Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractFutureTest.java54 ExecutionException ee1 = getExpectingExecutionException(future); in testException()
55 ExecutionException ee2 = getExpectingExecutionException(future); in testException()
180 private ExecutionException getExpectingExecutionException( in getExpectingExecutionException() method in AbstractFutureTest