Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testWriteTrailerWireFormatWithOffset (0.27 seconds)

  1. src/test/java/jcifs/netbios/SessionRequestPacketTest.java

                    Arguments.of("VERYLONGNAMETEST", 0x20, "ANOTHERLONGNAME", 0x00));
        }
    
        @Test
        @DisplayName("writeTrailerWireFormat should handle different buffer offsets")
        void testWriteTrailerWireFormatWithOffset() {
            SessionRequestPacket packet =
                    new SessionRequestPacket(mockConfig, new TestNetbiosName("SERVER", 0x20, null), new TestNetbiosName("CLIENT", 0x00, null));
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 11.5K bytes
    - Click Count (0)
Back to Top