Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. android/guava-testlib/src/com/google/common/collect/testing/testers/MapHashCodeTester.java

        Entry<K, V> entryWithNull = entry(null, v3());
        runEntryWithNullTest(entryWithNull);
      }
    
      @CollectionSize.Require(absent = CollectionSize.ZERO)
      @MapFeature.Require(ALLOWS_NULL_VALUES)
      public void testHashCode_containingNullValue() {
        Entry<K, V> entryWithNull = entry(k3(), null);
        runEntryWithNullTest(entryWithNull);
      }
    
      private void runEntryWithNullTest(Entry<K, V> entryWithNull) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Nov 14 23:40:07 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top