- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testInvokeAnyImpl_nullElement (0.17 sec)
-
guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java
fail(); } catch (IllegalArgumentException success) { } finally { joinPool(e); } } /** invokeAny(c) throws NPE if c has null elements */ public void testInvokeAnyImpl_nullElement() throws Exception { ListeningExecutorService e = newDirectExecutorService(); List<Callable<Integer>> l = new ArrayList<>(); l.add( new Callable<Integer>() { @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 28K bytes - Viewed (0)