Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DCacheLoaderTest.java54 final AtomicInteger reloadCount = new AtomicInteger(); in testAsyncReload() local
66 reloadCount.incrementAndGet(); in testAsyncReload()
78 assertEquals(0, reloadCount.get()); in testAsyncReload()
85 assertEquals(1, reloadCount.get()); in testAsyncReload()
96 assertEquals(1, reloadCount.get()); in testAsyncReload()
101 assertEquals(2, reloadCount.get()); in testAsyncReload()