- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testSizeWithVariousDataLengths (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/internal/smb2/io/Smb2WriteRequestTest.java
} @ParameterizedTest @DisplayName("Should calculate size for various data lengths") @ValueSource(ints = { 0, 1, 7, 8, 100, 512, 1024, 4096, 65536 }) void testSizeWithVariousDataLengths(int dataLength) { request.setData(new byte[dataLength], 0, dataLength); int expectedSize = ((Smb2Constants.SMB2_HEADER_LENGTH + 48 + dataLength + 7) / 8) * 8;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 22.4K bytes - Click Count (0)