Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testPlatformThreadFactory_default (0.12 sec)

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

        ScheduledExecutorService unused = application.getExitingScheduledExecutorService(executor);
        application.shutdown();
        verify(executor).shutdown();
      }
    
      public void testPlatformThreadFactory_default() {
        ThreadFactory factory = MoreExecutors.platformThreadFactory();
        assertNotNull(factory);
        // Executors#defaultThreadFactory() may return a new instance each time.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 18:46:00 UTC 2025
    - 28K bytes
    - Viewed (0)
Back to top