- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testArrayLengthValidation (0.29 seconds)
-
src/test/java/jcifs/util/InputValidatorTest.java
assertThrows(IllegalArgumentException.class, () -> InputValidator.requireNonEmpty(" ", "field")); } @Test @DisplayName("Test array length validation") void testArrayLengthValidation() { byte[] array = new byte[16]; assertDoesNotThrow(() -> InputValidator.validateArrayLength(array, 16, "test"));
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 11.9K bytes - Click Count (0)