- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_isValid_exceedsMaxDepth (0.3 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/CrawlerThreadTest.java
assertFalse(result); } /** * Test isValid method with depth exceeding maxDepth. */ public void test_isValid_exceedsMaxDepth() throws Exception { final UrlQueue<?> urlQueue = new UrlQueueImpl<>(); urlQueue.setUrl("http://example.com/"); urlQueue.setDepth(5); // Exceeds maxDepth of 3Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 18.3K bytes - Viewed (0)