Searched refs:fileDownloaderInvocationCount (Results 1 – 1 of 1) sorted by relevance
322 AtomicInteger fileDownloaderInvocationCount = new AtomicInteger(0); in importFiles_supportsMultipleCallsConcurrently() local329 fileDownloaderInvocationCount.addAndGet(1); in importFiles_supportsMultipleCallsConcurrently()422 assertThat(fileDownloaderInvocationCount.get()).isEqualTo(2); in importFiles_supportsMultipleCallsConcurrently()699 AtomicInteger fileDownloaderInvocationCount = new AtomicInteger(0); in importFiles_supportsDedup() local706 fileDownloaderInvocationCount.addAndGet(1); in importFiles_supportsDedup()776 assertThat(fileDownloaderInvocationCount.get()).isEqualTo(1); in importFiles_supportsDedup()