- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testInvalidDataSize (0.13 seconds)
-
src/test/java/jcifs/pac/PacLogonInfoTest.java
dos.writeLong(Long.reverseBytes(value)); } @Test @DisplayName("Test parsing with invalid data size") void testInvalidDataSize() { byte[] tooSmall = new byte[10]; PACDecodingException exception = assertThrows(PACDecodingException.class, () -> new PacLogonInfo(tooSmall));
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 12.3K bytes - Click Count (0)