Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_propertyNotFound (0.07 seconds)

  1. src/test/java/org/codelibs/fess/mylasta/direction/FessConfigTest.java

        @Test
        public void test_crawlerHotthreadType() {
            assertEquals("cpu", fessConfig.getCrawlerHotthreadType());
        }
    
        // Test property not found exception
        @Test
        public void test_propertyNotFound() {
            try {
                fessConfig.get("non.existent.property");
                fail("Should throw ConfigPropertyNotFoundException");
            } catch (ConfigPropertyNotFoundException e) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 24.6K bytes
    - Click Count (0)
Back to Top