- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for test_annotationType (0.09 sec)
-
src/test/java/org/codelibs/fess/validation/CustomSizeTest.java
assertEquals("minKey should match", "method.min", annotation.minKey()); assertEquals("maxKey should match", "method.max", annotation.maxKey()); } // Test annotation type public void test_annotationType() throws Exception { final Field field = CustomSizeTest.class.getDeclaredField("testField"); final CustomSize annotation = field.getAnnotation(CustomSize.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/validation/UriTypeTest.java
assertEquals("protocolType should be FILE", ProtocolType.FILE, annotation.protocolType()); } // Test annotation type public void test_annotationType() throws Exception { final Field field = UriTypeTest.class.getDeclaredField("testFieldWeb"); final UriType annotation = field.getAnnotation(UriType.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 21K bytes - Viewed (0)