Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFutureCallbackTest.java93 ListenableFuture<String> f = ThrowingFuture.throwingRuntimeException(e); in testRuntimeExeceptionFromGet()
174 throwingRuntimeException(RuntimeException e) { in throwingRuntimeException() method in FutureCallbackTest.ThrowingFuture