- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_getMatchedDirectiveWithNullUserAgent (0.16 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/entity/RobotsTxtTest.java
Directive matched = robotsTxt.getMatchedDirective("GoogleBot"); assertNotNull(matched); assertEquals("Google*", matched.getUserAgent()); } public void test_getMatchedDirectiveWithNullUserAgent() { // Test getMatchedDirective with null user agent RobotsTxt robotsTxt = new RobotsTxt(); Directive directive = new Directive("*"); robotsTxt.addDirective(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)