- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_close_idempotent (0.07 seconds)
-
src/test/java/org/codelibs/fess/script/groovy/GroovyEngineTest.java
engine.close(); } // ===== Close Lifecycle Tests ===== /** * Test that close() can be called multiple times without error */ @Test public void test_close_idempotent() { final GroovyEngine engine = new GroovyEngine(); engine.evaluate("return 1", new HashMap<>()); engine.close(); engine.close(); // second close should not throw }
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)