Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testSizeWithBothData (0.45 sec)

  1. src/test/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequestTest.java

            assertEquals(176, size);
            verify(mockOutputData).size();
        }
    
        @Test
        @DisplayName("Test size calculation with both input and output data")
        void testSizeWithBothData() {
            setupMockConfig();
            Smb2IoctlRequest request = new Smb2IoctlRequest(mockConfig, TEST_CONTROL_CODE);
            when(mockInputData.size()).thenReturn(100);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 14.3K bytes
    - Viewed (0)
Back to top