Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDecodeCombinations (0.11 sec)

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

            @CsvSource({ "0, 0, 0", "1, 65536, 65536", "2, 65536, 131072", "5, 131072, 655360", "10, 1048576, 10485760", "100, 65536, 6553600",
                    "1000, 4096, 4096000" })
            void testDecodeCombinations(int chunks, int chunkBytes, int totalBytes) throws SMBProtocolDecodingException {
                byte[] buffer = createValidCopyChunkResponse(chunks, chunkBytes, totalBytes);
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 19.8K bytes
    - Viewed (0)
Back to top