- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_getMatchedDirectiveMostSpecific (3.76 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/entity/RobotsTxtTest.java
Directive matched = robotsTxt.getMatchedDirective("AnyBot"); assertNotNull(matched); assertEquals("*", matched.getUserAgent()); } public void test_getMatchedDirectiveMostSpecific() { // Test that getMatchedDirective returns most specific match RobotsTxt robotsTxt = new RobotsTxt(); Directive wildcardDirective = new Directive("*");Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:29:22 UTC 2025 - 14.4K bytes - Viewed (0)