Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testDoSendReceiveFragment_MultipleReceives (0.17 seconds)

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

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

                verify(mockSmbPipeHandleInternal).sendrecv(buf, 0, 50, inB, 4280);
            }
    
            @Test
            @DisplayName("Should handle multiple receives for fragment")
            void testDoSendReceiveFragment_MultipleReceives() throws Exception {
                DcerpcPipeHandle handle = createMockedDcerpcPipeHandle();
    
                byte[] buf = new byte[50];
                byte[] inB = new byte[100];
    
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 21K bytes
    - Click Count (0)
Back to Top