- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testCatchingAsync (0.08 sec)
-
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,
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Feb 13 14:28:25 UTC 2024 - 5.7K bytes - Viewed (0)