- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_immutability (0.06 sec)
-
src/test/java/org/codelibs/fess/entity/RequestParameterTest.java
String expected = "[special[]param, [[value], ,comma,, quote\"test]]"; assertEquals(expected, param.toString()); } public void test_immutability() { // Test that modifying the original values array doesn't affect the parameter String name = "immutableParam"; String[] originalValues = { "original1", "original2" };
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.7K bytes - Viewed (0)