Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isBeforeJava19 (0.23 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

          assertThat(isAndroid() || isBeforeJava19()).isTrue();
          return; // close() doesn't exist, so we can't test it.
        }
        closeMethod.invoke(wrapper);
        assertThat(delegate.isTerminated()).isTrue();
      }
    
      private static boolean isAndroid() {
        return System.getProperty("java.runtime.name", "").contains("Android");
      }
    
      private static boolean isBeforeJava19() {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Mar 07 02:20:33 GMT 2026
    - 2.9K bytes
    - Click Count (0)
Back to Top