Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testWithDifferentBufferSizes (0.18 sec)

  1. src/test/java/jcifs/internal/SmbNegotiationTest.java

            assertEquals((byte) 0xEE, negotiation.getResponseRaw()[0]);
        }
    
        @Test
        @DisplayName("Test with different buffer sizes")
        void testWithDifferentBufferSizes() {
            // Test with buffers of different sizes
            byte[] smallBuffer = new byte[] { 0x01 };
            byte[] mediumBuffer = new byte[] { 0x01, 0x02, 0x03, 0x04, 0x05 };
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 10.9K bytes
    - Viewed (0)
Back to top