Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_setCommandList_multiple (0.13 sec)

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

            final List<String> commands = new ArrayList<>();
            generator.setCommandList(commands);
            assertTrue(true);
        }
    
        public void test_setCommandList_multiple() throws Exception {
            final List<String> commands = Arrays.asList("command1", "command2", "command3");
            generator.setCommandList(commands);
            assertTrue(true);
        }
    
    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