Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_writeItemsUsesSettingsTimeout (0.4 seconds)

  1. src/test/java/org/codelibs/fess/suggest/index/writer/SuggestIndexWriterTest.java

        @Test
        public void test_constructor() throws Exception {
            SuggestIndexWriter newWriter = new SuggestIndexWriter();
            assertNotNull(newWriter);
        }
    
        @Test
        public void test_writeItemsUsesSettingsTimeout() throws Exception {
            // This test verifies that the writer uses settings.getIndexTimeout()
            // instead of a hardcoded timeout value
            String[][] readings = new String[1][];
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 18.3K bytes
    - Click Count (0)
Back to Top