- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_protocolTypeEnumValues (0.1 seconds)
-
src/test/java/org/codelibs/fess/validation/UriTypeTest.java
assertEquals("Second payload should be AnotherTestPayload", AnotherTestPayload.class, multiAnnotation.payload()[1]); } // Test ProtocolType enum values @Test public void test_protocolTypeEnumValues() { final ProtocolType[] values = ProtocolType.values(); assertEquals("Should have 2 protocol types", 2, values.length); boolean hasWeb = false; boolean hasFile = false;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 21.3K bytes - Click Count (0)