- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testWriteBytesWireFormatWithInputData (0.16 sec)
-
src/test/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequestTest.java
assertEquals(57, (buffer[0] & 0xFF) | ((buffer[1] & 0xFF) << 8)); } @Test @DisplayName("Test writeBytesWireFormat with input data") void testWriteBytesWireFormatWithInputData() { setupMockConfig(); Smb2IoctlRequest request = new Smb2IoctlRequest(mockConfig, TEST_CONTROL_CODE, TEST_FILE_ID); when(mockInputData.encode(any(byte[].class), anyInt())).thenReturn(100);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.3K bytes - Viewed (0)