Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java2431 LocalCache<Object, Object> localCacheThree = three.localCache; in testSerializationProxyLoading() local
2433 assertEquals(localCacheTwo.defaultLoader, localCacheThree.defaultLoader); in testSerializationProxyLoading()
2434 assertEquals(localCacheTwo.keyStrength, localCacheThree.keyStrength); in testSerializationProxyLoading()
2435 assertEquals(localCacheTwo.keyStrength, localCacheThree.keyStrength); in testSerializationProxyLoading()
2436 assertEquals(localCacheTwo.valueEquivalence, localCacheThree.valueEquivalence); in testSerializationProxyLoading()
2437 assertEquals(localCacheTwo.valueEquivalence, localCacheThree.valueEquivalence); in testSerializationProxyLoading()
2438 assertEquals(localCacheTwo.maxWeight, localCacheThree.maxWeight); in testSerializationProxyLoading()
2439 assertEquals(localCacheTwo.weigher, localCacheThree.weigher); in testSerializationProxyLoading()
2440 assertEquals(localCacheTwo.expireAfterAccessNanos, localCacheThree.expireAfterAccessNanos); in testSerializationProxyLoading()
2441 assertEquals(localCacheTwo.expireAfterWriteNanos, localCacheThree.expireAfterWriteNanos); in testSerializationProxyLoading()
[all …]