- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testMultipleDecodeOperations (0.17 sec)
-
src/test/java/jcifs/internal/fscc/FileInternalInfoTest.java
assertEquals(expectedIndexNumber, secondInstance.getIndexNumber()); } @Test @DisplayName("Test multiple decode operations") void testMultipleDecodeOperations() throws SMBProtocolDecodingException { // First decode byte[] buffer1 = new byte[8]; long indexNumber1 = 0x1111111111111111L; SMBUtil.writeInt8(indexNumber1, buffer1, 0);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.1K bytes - Viewed (0) -
src/test/java/jcifs/internal/fscc/FileEndOfFileInformationTest.java
assertEquals(8, bytes1); assertEquals(8, bytes2); assertArrayEquals(buffer1, buffer2); } @Test @DisplayName("Test multiple decode operations") void testMultipleDecodeOperations() throws SMBProtocolDecodingException { // Prepare buffer long value = 0x987654321L; byte[] buffer = new byte[8]; SMBUtil.writeInt8(value, buffer, 0);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.9K bytes - Viewed (0)