- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_labelConstantsNamingConvention (0.12 seconds)
-
src/test/java/org/codelibs/fess/mylasta/action/FessLabelsTest.java
assertEquals(1L, serialVersionField.getLong(null)); } /** * Test that all label constants follow the naming convention */ @Test public void test_labelConstantsNamingConvention() throws Exception { Field[] fields = FessLabels.class.getDeclaredFields(); Pattern labelPattern = Pattern.compile("^LABELS_[A-Za-z0-9_]+$"); for (Field field : fields) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 14K bytes - Click Count (0)