- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_labelTypePattern_match_noPatterns (2.91 sec)
-
src/test/java/org/codelibs/fess/helper/LabelTypeHelperTest.java
assertTrue(pattern.match("/test/path")); // Should not match excluded path assertFalse(pattern.match("/exclude/path")); } public void test_labelTypePattern_match_noPatterns() { LabelTypePattern pattern = new LabelTypePattern("test", null, null); // Should match everything when no patterns assertTrue(pattern.match("/any/path"));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 12.4K bytes - Viewed (0)