- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testByteArrayReference (0.09 seconds)
-
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 arrayCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 17K bytes - Click Count (0)