Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DPopulatedCachesTest.java54 static final int WARMUP_SIZE = WARMUP_MAX - WARMUP_MIN; field in PopulatedCachesTest
60 assertEquals(WARMUP_SIZE, cache.size()); in testSize_populated()
61 assertMapSize(cache.asMap(), WARMUP_SIZE); in testSize_populated() local
77 assertEquals(WARMUP_SIZE, cache.stats().missCount()); in testContainsKey_found()
100 assertEquals(WARMUP_SIZE, cache.stats().missCount()); in testPut_populated()
121 assertEquals(WARMUP_SIZE, cache.stats().missCount()); in testPutIfAbsent_populated()
135 assertEquals(WARMUP_SIZE, cache.stats().missCount()); in testPutAll_populated()
156 assertEquals(WARMUP_SIZE, cache.stats().missCount()); in testReplace_populated()
206 assertEquals(WARMUP_SIZE, keys.size()); in testKeySet_populated()
229 assertEquals(WARMUP_SIZE, values.size()); in testValues_populated()
[all …]