Searched refs:getExpectingExecutionException (Results 1 – 2 of 2) sorted by relevance
83 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