Searched refs:loadAllCount (Results 1 – 2 of 2) sorted by relevance
54 final AtomicInteger loadAllCount = new AtomicInteger(); in testAsyncReload() local72 loadAllCount.incrementAndGet(); in testAsyncReload()79 assertEquals(0, loadAllCount.get()); in testAsyncReload()87 assertEquals(1, loadAllCount.get()); in testAsyncReload()98 assertEquals(2, loadAllCount.get()); in testAsyncReload()103 assertEquals(2, loadAllCount.get()); in testAsyncReload()