- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testCatchingAsync (0.09 seconds)
-
guava-tests/test/com/google/common/util/concurrent/FluentFutureTest.java
return input.getClass(); } }, directExecutor()); assertThat(f.get()).isEqualTo(CustomRuntimeException.class); } public void testCatchingAsync() throws Exception { FluentFuture<?> f = FluentFuture.from(immediateFailedFuture(new CustomRuntimeException())) .catchingAsync( Throwable.class,
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 23 17:50:58 GMT 2025 - 5.7K bytes - Click Count (0)