Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_getMatchedLabelValueSet_nullPath (0.14 sec)

  1. src/test/java/org/codelibs/fess/helper/LabelTypeHelperTest.java

            // Test with empty pattern list
            Set<String> result = labelTypeHelper.getMatchedLabelValueSet("/nonexistent/path");
            assertNotNull(result);
        }
    
        public void test_getMatchedLabelValueSet_nullPath() {
            try {
                labelTypeHelper.getMatchedLabelValueSet(null);
                fail("Should handle null path gracefully or throw appropriate exception");
            } catch (Exception e) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 12.4K bytes
    - Viewed (0)
Back to top