- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_getMessage_withEmptyString (0.25 seconds)
-
src/test/java/org/codelibs/fess/exception/SsoProcessExceptionTest.java
SsoProcessException exception3 = new SsoProcessException(message, nullPointerException); assertEquals(nullPointerException, exception3.getCause()); } @Test public void test_getMessage_withEmptyString() { // Test constructor with empty string message String emptyMessage = ""; SsoProcessException exception = new SsoProcessException(emptyMessage);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 13.8K bytes - Click Count (0)