- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_getMatchedDirectiveWithNullUserAgent (0.15 seconds)
-
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);Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Nov 13 13:29:22 GMT 2025 - 14.4K bytes - Click Count (0)