- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_getClient (0.17 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/CrawlerThreadTest.java
verify(urlQueueService, times(0)).offerAll(anyString(), any()); } /** * Test getClient method. */ public void test_getClient() throws Exception { final CrawlerClient client = mock(CrawlerClient.class); when(clientFactory.getClient("http://example.com/")).thenReturn(client); // Use reflection to access protected methodRegistered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 18.3K bytes - Viewed (0)