Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testDecodeHeaderThrowsNdrExceptionForAuthentication (0.19 seconds)

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

            }
    
            @Test
            @DisplayName("decode_header should throw NdrException for non-zero authentication length")
            void testDecodeHeaderThrowsNdrExceptionForAuthentication() {
                when(mockBuffer.dec_ndr_small()).thenReturn(5)
                        .thenReturn(0)
                        .thenReturn(DcerpcConstants.RPC_PT_RESPONSE)
    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