Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_query_withNull (0.06 sec)

  1. src/test/java/org/codelibs/fess/job/UpdateLabelJobTest.java

            assertSame(updateLabelJob, returnedJob); // Method chaining
            assertEquals(queryBuilder, updateLabelJob.queryBuilder);
        }
    
        // Test query() method with null
        public void test_query_withNull() {
            updateLabelJob.query(null);
    
            // queryBuilder field is protected, we can't directly access it
            // But we can verify the job still executes properly
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 9.4K bytes
    - Viewed (0)
Back to top