- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testCheck_withNonNullStringAndZeroPointer_throwsException (0.23 seconds)
-
src/test/java/jcifs/pac/PacUnicodeStringTest.java
* Tests the {@link PacUnicodeString#check(String)} method with a non-empty string when the pointer is zero. * This is an invalid state and should throw an exception. */ @Test void testCheck_withNonNullStringAndZeroPointer_throwsException() { // A zero pointer should mean the string is null PacUnicodeString pacString = new PacUnicodeString((short) 0, (short) 0, 0); String testString = "not-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)