- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testByteArrayReference (0.74 sec)
-
src/test/java/jcifs/internal/smb1/com/ServerDataTest.java
} /** * Test that modifying the original array affects the field (reference test) */ @Test @DisplayName("Test byte array reference behavior") public void testByteArrayReference() { // Given byte[] originalKey = new byte[] { 0x01, 0x02, 0x03, 0x04 }; serverData.encryptionKey = originalKey; // When - modify the original array
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17K bytes - Viewed (0)