Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for test_evaluate_returnsObject (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/script/ScriptEngineTest.java

            assertTrue(result.toString().contains("item1"));
        }
    
        // Test evaluate method returns different object type
        @Test
        public void test_evaluate_returnsObject() {
            scriptEngine = new ObjectReturningScriptEngine();
            String template = "return object";
            Map<String, Object> paramMap = new HashMap<>();
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 12.5K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/script/groovy/GroovyEngineTest.java

    Shinsuke Sugaya <******@****.***> 1773554618 +0900
    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