- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testDoNothingRunnableIsSingleton (0.13 seconds)
-
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()); }Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 19 18:03:30 GMT 2024 - 1K bytes - Click Count (0)