- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_recordOnNonExistentKey (0.11 sec)
-
src/test/java/org/codelibs/fess/helper/CrawlerStatsHelperTest.java
assertTrue(logMessage.contains("url:http://example.com/path with tabs")); assertFalse(logMessage.contains("url:http://example.com/path\twith\ttabs")); } public void test_recordOnNonExistentKey() { String key = "non_existent"; crawlerStatsHelper.record(key, "test_action"); assertNull(localLogMsg.get()); } public void test_runOnThreadOnNonExistentKey() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 15K bytes - Viewed (0)