Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testDecodeHeaderSuccess (0.5 seconds)

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

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

        }
    
        @Nested
        @DisplayName("Header Decoding Tests")
        class HeaderDecodingTests {
    
            @Test
            @DisplayName("decode_header should successfully parse valid header")
            void testDecodeHeaderSuccess() throws NdrException {
                // Mock NdrBuffer methods for successful decoding
                when(mockBuffer.dec_ndr_small()).thenReturn(5)
                        .thenReturn(0) // RPC version
    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