Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testForwardingObject (0.31 sec)

  1. android/guava-tests/test/com/google/common/util/concurrent/ForwardingExecutorServiceTest.java

    /** Unit tests for {@link ForwardingExecutorService} */
    @NullUnmarked
    public class ForwardingExecutorServiceTest extends TestCase {
      public void testForwarding() {
        ForwardingObjectTester.testForwardingObject(ForwardingExecutorService.class);
      }
    
      public void testNoForwardingOfDefaultMethod() throws Exception {
        ExecutorService delegate =
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 18:45:52 UTC 2025
    - 2.7K bytes
    - Viewed (0)
Back to top