Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testFileInformationEncodeDifferentSizes (0.42 sec)

  1. src/test/java/jcifs/internal/smb1/trans2/Trans2SetFileInformationTest.java

        }
    
        @DisplayName("Test FileInformation encode returning different sizes")
        @ParameterizedTest
        @ValueSource(ints = { 0, 1, 10, 100, 1000 })
        void testFileInformationEncodeDifferentSizes(int encodeSize) {
            when(mockFileInfo.encode(any(byte[].class), anyInt())).thenReturn(encodeSize);
    
            trans2SetFileInfo = new Trans2SetFileInformation(config, TEST_FID, mockFileInfo);
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 17.8K bytes
    - Viewed (0)
Back to top