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