- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testJoinNullInMiddle (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/internal/util/StringUtilTest.java
String result = StringUtil.join(",", empty); assertEquals("", result); } @Test @DisplayName("Should handle null in middle of multiple elements") void testJoinNullInMiddle() { String result = StringUtil.join("-", "start", null, null, "end"); assertEquals("start-null-null-end", result); }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 9K bytes - Click Count (0)