Searched refs:invocationTimes (Results 1 – 1 of 1) sorted by relevance
5570 private void verifyBackgroundFetchJobInvocation(int invocationTimes) { in verifyBackgroundFetchJobInvocation() argument5571 verify(() -> BackgroundFetchJob.schedule(any()), times(invocationTimes)); in verifyBackgroundFetchJobInvocation()