- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for valueOfRejectsNull (0.41 seconds)
-
src/test/java/jcifs/smb/RequestParamTest.java
} // Invalid: null is not allowed for valueOf @ParameterizedTest @NullSource @DisplayName("valueOf(null) throws NullPointerException") void valueOfRejectsNull(String input) { assertThrows(NullPointerException.class, () -> RequestParam.valueOf(input)); } // Sanity: Enum.valueOf(Class, String) behaves identically to RequestParam.valueOf(String) @TestCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 5.2K bytes - Click Count (0)