Searched refs:reloadCount (Results 1 – 2 of 2) sorted by relevance
53 final AtomicInteger reloadCount = new AtomicInteger(); in testAsyncReload() local66 reloadCount.incrementAndGet(); in testAsyncReload()78 assertEquals(0, reloadCount.get()); in testAsyncReload()86 assertEquals(1, reloadCount.get()); in testAsyncReload()97 assertEquals(1, reloadCount.get()); in testAsyncReload()102 assertEquals(2, reloadCount.get()); in testAsyncReload()