- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testFileInformationEncodeDifferentSizes (0.42 sec)
-
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)