Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_withRelevantDocs_manyDocs (0.2 seconds)

  1. src/test/java/org/codelibs/fess/llm/RelevanceEvaluationResultTest.java

                fail("Indexes list should be immutable");
            } catch (UnsupportedOperationException e) {
                // Expected
            }
        }
    
        @Test
        public void test_withRelevantDocs_manyDocs() {
            List<String> docIds = Arrays.asList("doc1", "doc2", "doc3", "doc4", "doc5", "doc6", "doc7", "doc8", "doc9", "doc10");
            List<Integer> indexes = Arrays.asList(1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 01 08:11:18 GMT 2026
    - 7.7K bytes
    - Click Count (0)
Back to Top