Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDecodeDataIntegrity (0.1 sec)

  1. src/test/java/jcifs/internal/smb2/ioctl/SrvPipePeekResponseTest.java

            assertEquals(0, response.getData().length);
            assertEquals(16, bytesDecoded);
        }
    
        @Test
        @DisplayName("Test decode preserves data integrity")
        void testDecodeDataIntegrity() throws SMBProtocolDecodingException {
            // Prepare buffer with specific pattern
            byte[] buffer = new byte[32];
            byte[] expectedData = new byte[16];
    
            // Fill data section with pattern
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 11.9K bytes
    - Viewed (0)
Back to top