- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_constructor_withLongUrl (0.33 sec)
-
src/test/java/org/codelibs/fess/exception/DataStoreCrawlingExceptionTest.java
// Call getUrl() multiple times assertEquals(url, exception.getUrl()); assertEquals(url, exception.getUrl()); assertEquals(url, exception.getUrl()); } public void test_constructor_withLongUrl() { // Test with very long URL StringBuilder longUrlBuilder = new StringBuilder("http://example.com/"); for (int i = 0; i < 1000; i++) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.5K bytes - Viewed (0)