Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_method_parameter_validation (1.39 sec)

  1. src/test/java/org/codelibs/fess/util/WebApiUtilTest.java

            } catch (Exception e) {
                fail("Error handling should work with edge cases: " + e.getMessage());
            }
        }
    
        public void test_method_parameter_validation() {
            // Test that methods handle parameter validation appropriately
    
            // setObject should handle various inputs
            try {
                WebApiUtil.setObject("validKey", "validValue");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 17.1K bytes
    - Viewed (0)
Back to top