Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testPaddingCalculation (0.79 sec)

  1. src/test/java/jcifs/internal/smb2/session/Smb2SessionSetupRequestTest.java

                assertEquals(sessionId, SMBUtil.readInt8(buffer, bodyOffset + 16));
            }
        }
    
        @Test
        @DisplayName("Should verify padding calculation")
        void testPaddingCalculation() throws Exception {
            // Given - Create request with token
            byte[] token = new byte[5]; // Non-8-aligned size
            Smb2SessionSetupRequest req =
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 21.2K bytes
    - Viewed (0)
Back to top