Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_addConstraintsDecimalMaxMessage_nullProperty (0.18 sec)

  1. src/test/java/org/codelibs/fess/mylasta/action/FessMessagesTest.java

                fail("Should throw exception for null property");
            } catch (IllegalArgumentException e) {
                // Expected
            }
        }
    
        public void test_addConstraintsDecimalMaxMessage_nullProperty() {
            try {
                messages.addConstraintsDecimalMaxMessage(null, "100");
                fail("Should throw exception for null property");
            } catch (IllegalArgumentException e) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 28.2K bytes
    - Viewed (0)
Back to top