- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testEncodeSourceOffsetBeyondLength (1.5 sec)
-
src/test/java/jcifs/util/ByteEncodableTest.java
assertArrayEquals(new byte[] { 0x00 }, dest, "Destination array should remain unchanged for empty source array"); } @Test void testEncodeSourceOffsetBeyondLength() { // Test with source offset + length exceeding source array bounds byte[] data = { 0x01, 0x02 }; // This constructor call itself should not throw an error, as it's just storing the values.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.5K bytes - Viewed (0)