- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testDoNothingRunnableIsSingleton (0.09 sec)
-
guava-tests/test/com/google/common/util/concurrent/RunnablesTest.java
/** * Unit tests for {@link Runnables}. * * @author Olivier Pernet */ @GwtCompatible @NullUnmarked public class RunnablesTest extends TestCase { public void testDoNothingRunnableIsSingleton() { assertSame(Runnables.doNothing(), Runnables.doNothing()); }Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 1K bytes - Viewed (0)