- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testWriteBytesWireFormatEmptyData (0.33 sec)
-
src/test/java/jcifs/internal/smb2/io/Smb2WriteRequestTest.java
// Verify total bytes written assertEquals(48 + data.length, bytesWritten); } @Test @DisplayName("Should handle empty data in wire format") void testWriteBytesWireFormatEmptyData() { request.setData(new byte[0], 0, 0); byte[] buffer = new byte[256]; int bytesWritten = request.writeBytesWireFormat(buffer, 0);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 22.4K bytes - Viewed (0)