- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testJoinWithMixedCharSequenceTypes (0.15 seconds)
-
src/test/java/jcifs/internal/util/StringUtilTest.java
String result = StringUtil.join("-", sb1, sb2); assertEquals("alpha-beta", result); } @Test @DisplayName("Should handle mixed CharSequence types") void testJoinWithMixedCharSequenceTypes() { String str = "string"; StringBuilder builder = new StringBuilder("builder"); StringBuffer buffer = new StringBuffer("buffer");
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 9K bytes - Click Count (0)