- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_protocolTypeEnumValues (0.58 sec)
-
src/test/java/org/codelibs/fess/validation/UriTypeTest.java
assertEquals("Second payload should be AnotherTestPayload", AnotherTestPayload.class, multiAnnotation.payload()[1]); } // Test ProtocolType enum values public void test_protocolTypeEnumValues() { final ProtocolType[] values = ProtocolType.values(); assertEquals("Should have 2 protocol types", 2, values.length); boolean hasWeb = false; boolean hasFile = false;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 21K bytes - Viewed (0)