Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_constructorInitializesCorrectDefaultValues (0.21 sec)

  1. src/test/java/org/codelibs/fess/tomcat/valve/SuppressErrorReportValveTest.java

            assertFalse(valve.isShowServerInfo());
        }
    
        public void test_inheritance() {
            assertTrue(valve instanceof org.apache.catalina.valves.ErrorReportValve);
        }
    
        public void test_constructorInitializesCorrectDefaultValues() {
            final SuppressErrorReportValve newValve = new SuppressErrorReportValve();
    
            // Verify both settings are disabled by default
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 4.4K bytes
    - Viewed (0)
Back to top