Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testListeningDecorator_scheduleFailure (0.13 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java

        assertTrue(future.isDone());
        assertThat(future.get()).isEqualTo(42);
        assertListenerRunImmediately(future);
        assertEquals(0, delegate.getQueue().size());
      }
    
      public void testListeningDecorator_scheduleFailure() throws Exception {
        ScheduledThreadPoolExecutor delegate = new ScheduledThreadPoolExecutor(1);
        ListeningScheduledExecutorService service = listeningDecorator(delegate);
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Fri Dec 12 00:25:21 GMT 2025
    - 26.5K bytes
    - Click Count (0)
Back to Top