Searched refs:remotePath1 (Results 1 – 1 of 1) sorted by relevance
132 String remotePath1 = "path1"; in testFetchRemoteFile_multiConcurrent() local159 .downloadFile(Mockito.eq(remotePath1), Mockito.any()); in testFetchRemoteFile_multiConcurrent()167 Thread downloadThread1 = createDownloadThread(mockDownloader1, remotePath1); in testFetchRemoteFile_multiConcurrent()189 assertNotNull(mCache.getCachedFile(remotePath1)); in testFetchRemoteFile_multiConcurrent()197 Mockito.verify(mockDownloader1).downloadFile(Mockito.eq(remotePath1), Mockito.any()); in testFetchRemoteFile_multiConcurrent()