- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testPlatformThreadFactory_default (0.14 sec)
-
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(); assertThat(factory).isNotNull(); // Executors#defaultThreadFactory() may return a new instance each time.
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 12 00:25:21 UTC 2025 - 26.5K bytes - Viewed (0) -
android/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(); assertThat(factory).isNotNull(); // Executors#defaultThreadFactory() may return a new instance each time.
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 12 00:25:21 UTC 2025 - 26.5K bytes - Viewed (0)