- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testReservedBytesSkipped (0.07 sec)
-
src/test/java/jcifs/internal/smb1/trans/nt/SmbComNtTransactionResponseTest.java
} @ParameterizedTest @DisplayName("Test reserved bytes are properly skipped") @ValueSource(bytes = { 0x00, 0x01, (byte) 0xFF, 0x7F, (byte) 0x80 }) void testReservedBytesSkipped(byte reservedValue) throws Exception { byte[] buffer = new byte[100]; int bufferIndex = 0; // Set reserved bytes to non-zero values (should be ignored)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 16.3K bytes - Viewed (0)