Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_suggest_ (0.05 sec)

  1. src/test/java/org/codelibs/fess/exec/SuggestCreatorTest.java

        }
    
        // Test process with properties path
        public void test_process_withPropertiesPath() {
            try {
                // Create temporary properties file
                File tempPropFile = File.createTempFile("test_suggest_", ".properties");
                tempPropFile.deleteOnExit();
                FileUtil.writeBytes(tempPropFile.getAbsolutePath(), "test.property=value".getBytes());
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 11.1K bytes
    - Viewed (0)
Back to top