Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java1006 final V valueToPut; in testPutNewKey() local
1009 valueToPut = getValueNotInPopulatedMap(); in testPutNewKey()
1015 V oldValue = map.put(keyToPut, valueToPut); in testPutNewKey()
1016 assertEquals(valueToPut, map.get(keyToPut)); in testPutNewKey()
1018 assertTrue(map.containsValue(valueToPut)); in testPutNewKey()
1023 map.put(keyToPut, valueToPut); in testPutNewKey()
1035 final V valueToPut; in testPutExistingKey() local
1038 valueToPut = getValueNotInPopulatedMap(); in testPutExistingKey()
1045 map.put(keyToPut, valueToPut); in testPutExistingKey()
1046 assertEquals(valueToPut, map.get(keyToPut)); in testPutExistingKey()
[all …]
/external/guice/lib/build/
Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...