Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isSuppressTestCaseTransaction (0.16 sec)

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

        public GroovyEngine groovyEngine;
    
        @Override
        protected String prepareConfigFile() {
            return "test_app.xml";
        }
    
        @Override
        protected boolean isSuppressTestCaseTransaction() {
            return true;
        }
    
        @Override
        public void setUp() throws Exception {
            super.setUp();
            groovyEngine = new GroovyEngine();
        }
    
        @Override
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Oct 17 12:10:08 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top