Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testCreateCustomFilter_NullPatterns (0.25 seconds)

  1. src/test/java/org/codelibs/core/io/SerializeUtilTest.java

            assertEquals(obj.name, result.name);
            assertEquals(obj.value, result.value);
        }
    
        /**
         * Test createCustomFilter with null throws exception
         */
        public void testCreateCustomFilter_NullPatterns() {
            try {
                SerializeUtil.createCustomFilter(null);
                fail("Expected IllegalArgumentException");
            } catch (final IllegalArgumentException e) {
                // Expected
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Sat Nov 22 11:21:59 GMT 2025
    - 7.6K bytes
    - Click Count (0)
Back to Top