- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testCheck_withNullStringAndNonZeroPointer (0.3 seconds)
-
src/test/java/jcifs/pac/PacUnicodeStringTest.java
/** * Tests the {@link PacUnicodeString#check(String)} method with null string and non-zero pointer. * This should throw an exception as it's an invalid state. */ @Test void testCheck_withNullStringAndNonZeroPointer() { // Non-zero pointer should have a corresponding string PacUnicodeString pacString = new PacUnicodeString((short) 10, (short) 20, 100); String testString = null;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 5.7K bytes - Click Count (0)