Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NPE_IAE_OR_UOE (0.17 sec)

  1. guava-testlib/src/com/google/common/testing/NullPointerTester.java

          }
        },
    
        /**
         * Exceptions should be {@link NullPointerException}, {@link IllegalArgumentException}, or
         * {@link UnsupportedOperationException}.
         */
        NPE_IAE_OR_UOE() {
          @Override
          public boolean isExpectedType(Throwable cause) {
            return cause instanceof NullPointerException
                || cause instanceof IllegalArgumentException
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  2. android/guava-testlib/src/com/google/common/testing/NullPointerTester.java

          }
        },
    
        /**
         * Exceptions should be {@link NullPointerException}, {@link IllegalArgumentException}, or
         * {@link UnsupportedOperationException}.
         */
        NPE_IAE_OR_UOE() {
          @Override
          public boolean isExpectedType(Throwable cause) {
            return cause instanceof NullPointerException
                || cause instanceof IllegalArgumentException
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 22.6K bytes
    - Viewed (0)
Back to top