Searched refs:callbackInvocations (Results 1 – 1 of 1) sorted by relevance
580 AtomicInteger callbackInvocations = new AtomicInteger(); in testReadProjectionState_listener() local586 callbackInvocations.incrementAndGet(); in testReadProjectionState_listener()596 MAX_WAIT_TIME_SECS, () -> callbackInvocations.get() == 1); in testReadProjectionState_listener()604 assertEquals(1, callbackInvocations.get()); in testReadProjectionState_listener()608 MAX_WAIT_TIME_SECS, () -> callbackInvocations.get() == 2); in testReadProjectionState_listener()615 assertEquals(2, callbackInvocations.get()); in testReadProjectionState_listener()620 MAX_WAIT_TIME_SECS, () -> callbackInvocations.get() == 3); in testReadProjectionState_listener()633 assertEquals(3, callbackInvocations.get()); in testReadProjectionState_listener()