Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testSerialization_empty (0.09 sec)

  1. android/guava-tests/test/com/google/common/collect/ImmutableClassToInstanceMapTest.java

                    MapFeature.ALLOWS_ANY_NULL_QUERIES,
                    CollectionFeature.SERIALIZABLE)
                .createTestSuite());
    
        return suite;
      }
    
      public void testSerialization_empty() {
        assertSame(
            ImmutableClassToInstanceMap.of(),
            SerializableTester.reserialize(ImmutableClassToInstanceMap.of()));
      }
    
      public void testCopyOf_map_empty() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 7.5K bytes
    - Viewed (0)
Back to top