Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestFessSystemException (1.14 sec)

  1. src/test/java/org/codelibs/fess/exception/FessSystemExceptionTest.java

        }
    
        public void test_constructor_withSuppression() {
            // Test protected constructor with suppression enabled
            String message = "Test with suppression";
            TestFessSystemException exception = new TestFessSystemException(message, true, true);
    
            assertEquals(message, exception.getMessage());
            assertNull(exception.getCause());
    
            // Test that suppression is enabled
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 7.4K bytes
    - Viewed (0)
Back to top