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