Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testEncodeNonRequestPtype (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/jcifs/dcerpc/DcerpcMessageTest.java

            }
    
            @Test
            @DisplayName("encode should handle non-REQUEST ptype correctly")
            void testEncodeNonRequestPtype() throws NdrException {
                message.ptype = DcerpcConstants.RPC_PT_RESPONSE; // 2, not 0
                message.call_id = 1;
    
                when(mockBuffer.getIndex()).thenReturn(0).thenReturn(16).thenReturn(20);
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 07:14:38 GMT 2025
    - 18.3K bytes
    - Click Count (0)
Back to Top