Searched refs:loadAllCount (Results 1 – 1 of 1) sorted by relevance
55 final AtomicInteger loadAllCount = new AtomicInteger(); in testAsyncReload() local72 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()