- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testGet_nullContained (0.07 sec)
-
android/guava-testlib/src/com/google/common/collect/testing/testers/MapGetTester.java
initMapWithNullKey(); assertNull("get(notPresent) should return null", get(k3())); } @MapFeature.Require(ALLOWS_NULL_KEYS) @CollectionSize.Require(absent = ZERO) public void testGet_nullContained() { initMapWithNullKey(); assertEquals("get(null) should return the associated value", getValueForNullKey(), get(null)); } public void testGet_wrongType() { try {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Nov 14 23:40:07 UTC 2024 - 3.1K bytes - Viewed (0)