Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testGoodClass (0.06 seconds)

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

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

        public static void staticOneNullableArg(@Nullable String s) {}
    
        @Keep
        public static void staticOneNullableArgThrows(@Nullable String s) {
          doThrow(s);
        }
      }
    
      public void testGoodClass() {
        shouldPass(new PassObject());
      }
    
      private static class FailOneArgDoesntThrowNpe extends PassObject {
        @Override
        public void oneArg(String s) {
          // Fail: missing NPE for s
        }
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 47.9K bytes
    - Click Count (0)
Back to Top