- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_setError_withNullMessage (0.08 sec)
-
src/test/java/org/codelibs/fess/util/WebApiUtilTest.java
} catch (Exception e) { fail("setError should handle missing request gracefully: " + e.getMessage()); } } public void test_setError_withNullMessage() { // Test setError with null message try { WebApiUtil.setError(400, (String) null); } catch (Exception e) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 17.1K bytes - Viewed (0)