Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_method_parameter_validation (0.2 seconds)

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

            } catch (Exception e) {
                fail("Error handling should work with edge cases: " + e.getMessage());
            }
        }
    
        @Test
        public void test_method_parameter_validation() {
            // Test that methods handle parameter validation appropriately
    
            // setObject should handle various inputs
            try {
                WebApiUtil.setObject("validKey", "validValue");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 17.4K bytes
    - Click Count (0)
Back to Top