Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DCacheLoaderTest.java55 final AtomicInteger loadAllCount = new AtomicInteger(); in testAsyncReload() local
72 loadAllCount.incrementAndGet(); in testAsyncReload()
79 assertEquals(0, loadAllCount.get()); in testAsyncReload()
86 assertEquals(1, loadAllCount.get()); in testAsyncReload()
97 assertEquals(2, loadAllCount.get()); in testAsyncReload()
102 assertEquals(2, loadAllCount.get()); in testAsyncReload()