- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_evaluate_genericExceptionReturnsNull (0.15 seconds)
-
src/test/java/org/codelibs/fess/script/groovy/GroovyEngineTest.java
assertEquals("test error", e.getMessage()); } } /** * Test that generic exceptions are caught and null is returned */ @Test public void test_evaluate_genericExceptionReturnsNull() { final Map<String, Object> params = new HashMap<>(); // Invalid script that will cause an exception assertNull(groovyEngine.evaluate("return nonExistentVariable", params)); }
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)