- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testFieldWithMessage (0.07 seconds)
-
src/test/java/org/codelibs/fess/validation/CustomSizeTest.java
private String testFieldMaxOnly; // Test field with custom message @CustomSize(minKey = "test.min", maxKey = "test.max", message = "Custom error message") private String testFieldWithMessage; // Test field with groups @CustomSize(groups = { TestGroup.class }) private String testFieldWithGroups; // Test field with payload @CustomSize(payload = { TestPayload.class })Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 17.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/validation/UriTypeTest.java
private String testFieldFile; // Test field with custom message @UriType(protocolType = ProtocolType.WEB, message = "Custom URI validation error") private String testFieldWithMessage; // Test field with groups @UriType(protocolType = ProtocolType.WEB, groups = { TestGroup.class }) private String testFieldWithGroups; // Test field with payloadCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 21.3K bytes - Click Count (0)