Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_init_withEmptyFileTypes (0.12 sec)

  1. src/test/java/org/codelibs/fess/entity/FacetQueryViewTest.java

            long pdfCount = addedQueries.stream().filter(q -> q.equals("filetype:pdf")).count();
            assertEquals(1, pdfCount);
        }
    
        // Test init() with empty file types
        public void test_init_withEmptyFileTypes() {
            testFileTypeHelper.setTypes(new String[] {});
    
            facetQueryView.addQuery("label1", "filetype:html");
    
            facetQueryView.init();
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 17.6K bytes
    - Viewed (0)
Back to top