Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AnotherTestGroup (0.07 sec)

  1. src/test/java/org/codelibs/fess/validation/UriTypeTest.java

            assertEquals("First group should be TestGroup", TestGroup.class, annotation.groups()[0]);
            assertEquals("Second group should be AnotherTestGroup", AnotherTestGroup.class, annotation.groups()[1]);
        }
    
        // Test annotation with multiple payloads
        public void test_annotationWithMultiplePayloads() throws Exception {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 21K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/validation/CustomSizeTest.java

            assertEquals("First group should be TestGroup", TestGroup.class, multiAnnotation.groups()[0]);
            assertEquals("Second group should be AnotherTestGroup", AnotherTestGroup.class, multiAnnotation.groups()[1]);
    
            assertEquals("Should have 2 payloads", 2, multiAnnotation.payload().length);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 17.2K bytes
    - Viewed (0)
Back to top