- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testEquals_containingNullValue (0.14 sec)
-
android/guava-testlib/src/com/google/common/collect/testing/testers/MapEqualsTester.java
getMap().equals(other)); } @CollectionSize.Require(absent = CollectionSize.ZERO) @MapFeature.Require(ALLOWS_NULL_VALUES) public void testEquals_containingNullValue() { Collection<Entry<K, V>> entries = getSampleEntries(getNumEntries() - 1); entries.add(entry(k3(), null)); resetContainer(getSubjectGenerator().create(entries.toArray())); assertTrue(
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 4.9K bytes - Viewed (0)