- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_encodeUrl_empty_and_null (0.27 seconds)
-
src/test/java/org/codelibs/fess/util/DocumentUtilTest.java
assertEquals("hello_world", DocumentUtil.encodeUrl("hello_world")); assertEquals("hello.world", DocumentUtil.encodeUrl("hello.world")); } @Test public void test_encodeUrl_empty_and_null() { assertEquals("", DocumentUtil.encodeUrl("")); try { DocumentUtil.encodeUrl(null); fail("Should throw NullPointerException");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 13.6K bytes - Click Count (0)