Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDoNothingRunnableIsSingleton (0.32 sec)

  1. 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)
Back to top