- Sort Score
- Result 10 results
- Languages All
Results 11 - 11 of 11 for test_constructor_withNullMessageAndCause (0.96 sec)
-
src/test/java/org/codelibs/fess/exception/SsoProcessExceptionTest.java
SsoProcessException exception = new SsoProcessException(message, null); assertEquals(message, exception.getMessage()); assertNull(exception.getCause()); } public void test_constructor_withNullMessageAndCause() { // Test constructor with both null message and cause SsoProcessException exception = new SsoProcessException(null, null); assertNull(exception.getMessage());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.3K bytes - Viewed (0)