- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testEncodeNullSourceArray (0.51 sec)
-
src/test/java/jcifs/util/ByteEncodableTest.java
}, "Should throw IndexOutOfBoundsException if destination offset + length exceeds destination array bounds"); } @Test void testEncodeNullSourceArray() { // Test with a null source array ByteEncodable encodable = new ByteEncodable(null, 0, 0); byte[] dest = new byte[1]; // Expect NullPointerException from System.arraycopy
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.5K bytes - Viewed (0)