Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testEmptyEnumDefaultValue (0.1 seconds)

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

            runTester();
          } catch (AssertionError expected) {
            return;
          }
          fail("Should have failed because enum has no constant");
        }
      }
    
      public void testEmptyEnumDefaultValue() {
        new EmptyEnumDefaultValueChecker().check();
      }
    
      private static class GenericClassTypeDefaultValueChecker extends DefaultValueChecker {
    
    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