Home
last modified time | relevance | path

Searched refs:valueToPut (Results 1 – 3 of 3) sorted by relevance

/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java979 final V valueToPut; in testPutNewKey() local
982 valueToPut = getValueNotInPopulatedMap(); in testPutNewKey()
988 V oldValue = map.put(keyToPut, valueToPut); in testPutNewKey()
989 assertEquals(valueToPut, map.get(keyToPut)); in testPutNewKey()
991 assertTrue(map.containsValue(valueToPut)); in testPutNewKey()
996 map.put(keyToPut, valueToPut); in testPutNewKey()
1007 final V valueToPut; in testPutExistingKey() local
1010 valueToPut = getValueNotInPopulatedMap(); in testPutExistingKey()
1017 map.put(keyToPut, valueToPut); in testPutExistingKey()
1018 assertEquals(valueToPut, map.get(keyToPut)); in testPutExistingKey()
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java979 final V valueToPut; in testPutNewKey() local
982 valueToPut = getValueNotInPopulatedMap(); in testPutNewKey()
988 V oldValue = map.put(keyToPut, valueToPut); in testPutNewKey()
989 assertEquals(valueToPut, map.get(keyToPut)); in testPutNewKey()
991 assertTrue(map.containsValue(valueToPut)); in testPutNewKey()
996 map.put(keyToPut, valueToPut); in testPutNewKey()
1007 final V valueToPut; in testPutExistingKey() local
1010 valueToPut = getValueNotInPopulatedMap(); in testPutExistingKey()
1017 map.put(keyToPut, valueToPut); in testPutExistingKey()
1018 assertEquals(valueToPut, map.get(keyToPut)); in testPutExistingKey()
[all …]
/external/guice/lib/build/
Dguava-testlib-19.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...