- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testCheck_withEmptyString (2.24 sec)
-
src/test/java/jcifs/pac/PacUnicodeStringTest.java
* Tests the {@link PacUnicodeString#check(String)} method with an empty string. * * @throws PACDecodingException if the check fails, which is not expected in this test. */ @Test void testCheck_withEmptyString() throws PACDecodingException { // Length is 0, so an empty string is expected PacUnicodeString pacString = new PacUnicodeString((short) 0, (short) 10, 100); String testString = "";
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.7K bytes - Viewed (0)