- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for SomeUncheckedException (0.11 seconds)
-
android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java
UncheckedThrowingFuture.throwingRuntimeException(new SomeUncheckedException()); // We'd catch only SomeUncheckedException.class here, but then the test won't compile under GWT. ListenableFuture<Object> output = catching(input, Throwable.class, identity(), directExecutor()); assertThat(getDone(output)).isInstanceOf(SomeUncheckedException.class); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 134K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/FuturesTest.java
UncheckedThrowingFuture.throwingRuntimeException(new SomeUncheckedException()); // We'd catch only SomeUncheckedException.class here, but then the test won't compile under GWT. ListenableFuture<Object> output = catching(input, Throwable.class, identity(), directExecutor()); assertThat(getDone(output)).isInstanceOf(SomeUncheckedException.class); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 134K bytes - Click Count (0)