Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_statsKeyObjectWithoutUrl (1 sec)

  1. src/test/java/org/codelibs/fess/helper/CrawlerStatsHelperTest.java

            String escaped = crawlerStatsHelper.escapeValue(input);
            assertEquals("test with tabs", escaped);
            assertFalse(escaped.contains("\t"));
        }
    
        public void test_statsKeyObjectWithoutUrl() {
            StatsKeyObject key = new StatsKeyObject("test_id");
            crawlerStatsHelper.begin(key);
            crawlerStatsHelper.record(key, "action");
            crawlerStatsHelper.done(key);
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 15K bytes
    - Viewed (0)
Back to top