Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_main_withHelp (0.06 sec)

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

                assertTrue(true);
            } catch (Exception e) {
                fail("initializeProbes should not throw exception: " + e.getMessage());
            }
        }
    
        public void test_main_withHelp() {
            // Test main method with help option
            PrintStream originalErr = System.err;
            try {
                ByteArrayOutputStream errContent = new ByteArrayOutputStream();
    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