Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testAwaitDone_future_interrupted_interrupted (0.12 sec)

  1. android/guava-testlib/test/com/google/common/testing/GcFinalizationTest.java

          assertWrapsInterruptedException(expected);
        } finally {
          interruptenator.shutdown();
          Thread.interrupted();
        }
      }
    
      public void testAwaitDone_future_interrupted_interrupted() {
        Interruptenator interruptenator = new Interruptenator(Thread.currentThread());
        try {
          SettableFuture<@Nullable Void> future = SettableFuture.create();
          RuntimeException expected =
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 18:46:00 UTC 2025
    - 7.9K bytes
    - Viewed (0)
  2. guava-testlib/test/com/google/common/testing/GcFinalizationTest.java

          assertWrapsInterruptedException(expected);
        } finally {
          interruptenator.shutdown();
          Thread.interrupted();
        }
      }
    
      public void testAwaitDone_future_interrupted_interrupted() {
        Interruptenator interruptenator = new Interruptenator(Thread.currentThread());
        try {
          SettableFuture<@Nullable Void> future = SettableFuture.create();
          RuntimeException expected =
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 18:46:00 UTC 2025
    - 7.9K bytes
    - Viewed (0)
Back to top