- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testJoinWithNullDelimiter (0.13 seconds)
-
src/test/java/jcifs/internal/util/StringUtilTest.java
assertEquals("apple - banana - cherry", result); } @Test @DisplayName("Should handle null delimiter by inserting 'null' string") void testJoinWithNullDelimiter() { String result = StringUtil.join(null, "first", "second", "third"); assertEquals("firstnullsecondnullthird", result); } @Test @DisplayName("Should handle null elements in array")
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 9K bytes - Click Count (0)