- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testDoNothingRunnableIsSingleton (0.15 sec)
-
guava-tests/test/com/google/common/util/concurrent/RunnablesTest.java
import junit.framework.TestCase; /** * Unit tests for {@link Runnables}. * * @author Olivier Pernet */ @GwtCompatible public class RunnablesTest extends TestCase { public void testDoNothingRunnableIsSingleton() { assertSame(Runnables.doNothing(), Runnables.doNothing()); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Sep 15 13:47:32 UTC 2016 - 986 bytes - Viewed (0)