Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testSendDelegation (0.1 sec)

  1. src/test/java/jcifs/smb/SmbPipeHandleImplTest.java

            assertEquals(7, n);
            verify(in).readDirect(b, 2, 4);
        }
    
        @Test
        @DisplayName("send delegates to output.writeDirect with provided args")
        void testSendDelegation() throws Exception {
            SmbPipeHandleImpl spyTarget = spy(target);
            SmbPipeOutputStream out = mock(SmbPipeOutputStream.class);
            doReturn(out).when(spyTarget).getOutput();
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 11.7K bytes
    - Viewed (0)
Back to top