Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_setError_withException_noRequest (0.41 sec)

  1. src/test/java/org/codelibs/fess/util/WebApiUtilTest.java

                WebApiUtil.setError(404, "Not Found");
            } catch (Exception e) {
                fail("setError should handle missing request gracefully: " + e.getMessage());
            }
        }
    
        public void test_setError_withException_noRequest() {
            // Test setError with exception when no HTTP request is available
            try {
                WebApiUtil.setError(500, new RuntimeException("Test error"));
            } 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)
Back to top