Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDontAcceptIae (0.13 sec)

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

        try {
          tester.testAllPublicInstanceMethods(InterfaceDefaultMethodFailsToCheckNull.create());
        } catch (AssertionError expected) {
          return;
        }
        fail();
      }
    
      public void testDontAcceptIae() {
        NullPointerTester tester = new NullPointerTester();
        tester.testAllPublicStaticMethods(ThrowsNpe.class);
        tester.testAllPublicStaticMethods(ThrowsUoe.class);
        try {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 47.7K bytes
    - Viewed (0)
Back to top