Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/opensearch/config/exentity/ScheduledJobTest.java

            assertNotNull(capturedOption.get());
            assertEquals("test-log-id-abc", capturedOption.get().getParameterMap().get(Constants.JOB_LOG_ID));
        }
    
        @Test
        public void test_startWithEmptyParams_callsLaunchNowWithoutParams() {
            final AtomicBoolean launchNowNoArgCalled = new AtomicBoolean(false);
    
            final LaScheduledJob mockLaJob = createMockLaScheduledJob(null);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:55:54 GMT 2026
    - 15.8K bytes
    - Click Count (0)
Back to Top