Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_setCommandList_multiple (0.09 seconds)

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

            final List<String> commands = new ArrayList<>();
            generator.setCommandList(commands);
            assertTrue(true);
        }
    
        @Test
        public void test_setCommandList_multiple() throws Exception {
            final List<String> commands = Arrays.asList("command1", "command2", "command3");
            generator.setCommandList(commands);
            assertTrue(true);
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 27.8K bytes
    - Click Count (0)
Back to Top