Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for single_command (0.08 sec)

  1. src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java

            generator.setCommandList(new ArrayList<>());
            assertTrue("Empty command list should be settable", true);
    
            // Test with single command
            generator.setCommandList(Collections.singletonList("single_command"));
            assertTrue("Single command should be settable", true);
        }
    
        // Test baseDir configuration
        public void test_baseDir_configuration() throws Exception {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 16.4K bytes
    - Viewed (0)
Back to top