Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_webXmlExists (0.18 seconds)

  1. src/test/java/org/codelibs/fess/webapp/WebXmlTest.java

                if (file.exists()) {
                    webXmlDocument = builder.parse(file);
                }
            }
        }
    
        @Test
        public void test_webXmlExists() {
            assertNotNull(webXmlDocument, "web.xml should be parseable");
        }
    
        @Test
        public void test_servletVersion() {
            if (webXmlDocument == null) {
                return;
            }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 09:08:35 GMT 2026
    - 3.1K bytes
    - Click Count (0)
Back to Top