- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testEncodeNullDestinationArray (0.26 seconds)
-
src/test/java/jcifs/util/ByteEncodableTest.java
assertThrows(NullPointerException.class, () -> { encodable.encode(dest, 0); }, "Should throw NullPointerException if source array is null"); } @Test void testEncodeNullDestinationArray() { // Test with a null destination array byte[] data = { 0x01 }; ByteEncodable encodable = new ByteEncodable(data, 0, 1); // Expect NullPointerException from System.arraycopy
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 5.5K bytes - Click Count (0)