Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_evaluate_containerAvailableWithNullParams (0.38 seconds)

  1. src/test/java/org/codelibs/fess/script/groovy/GroovyEngineTest.java

            assertNotNull(groovyEngine.evaluate("return container", params));
        }
    
        /**
         * Test that container is accessible even with null paramMap
         */
        @Test
        public void test_evaluate_containerAvailableWithNullParams() {
            assertNotNull(groovyEngine.evaluate("return container", null));
        }
    
        // ===== Exception Handling Tests =====
    
        /**
         * Test that JobProcessingException is propagated
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:03:38 GMT 2026
    - 29.1K bytes
    - Click Count (0)
Back to Top