- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testNoForwardingOfDefaultMethod (1.51 sec)
-
android/guava-tests/test/com/google/common/util/concurrent/ForwardingExecutorServiceTest.java
@NullUnmarked public class ForwardingExecutorServiceTest extends TestCase { public void testForwarding() { ForwardingObjectTester.testForwardingObject(ForwardingExecutorService.class); } public void testNoForwardingOfDefaultMethod() throws Exception { ExecutorService delegate = new ThreadPoolExecutor(0, Integer.MAX_VALUE, 60, SECONDS, new SynchronousQueue<>()) { @Override public void close() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 18:45:52 UTC 2025 - 2.7K bytes - Viewed (0)