Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testPutAll_nullKeyUnsupported (0.09 seconds)

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

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

        putAll(containsNullKey);
        expectAdded(containsNullKey.get(0));
      }
    
      @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_KEYS)
      public void testPutAll_nullKeyUnsupported() {
        assertThrows(NullPointerException.class, () -> putAll(containsNullKey));
        expectUnchanged();
        expectNullKeyMissingWhenNullKeysUnsupported(
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Aug 07 16:05:33 GMT 2025
    - 6.8K bytes
    - Click Count (0)
Back to Top