- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 126 for destroy (0.07 seconds)
-
src/test/java/org/codelibs/fess/helper/LogNotificationHelperTest.java
helper.init(); // destroy() cancels the task and flushes; should not throw helper.destroy(); } @Test public void test_destroy_beforeInit() { LogNotificationHelper helper = new LogNotificationHelper(); // destroy() without init() should not throw NPE because of null checks helper.destroy(); } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 6.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/thumbnail/ThumbnailManagerTest.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 20.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/JobProcessTest.java
return 0; } @Override public int exitValue() { return 0; } @Override public void destroy() { } }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 8.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/LogNotificationHelper.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/web/api/admin/scheduler/ApiAdminSchedulerActionTest.java
return Collections.emptyList(); } @Override public void reboot() { } @Override public void destroy() { } }; ComponentUtil.register(mockJobManager, JobManager.class.getCanonicalName()); } private abstract static class MockLaScheduledJob implements LaScheduledJob {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 13K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandler.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:48:41 GMT 2026 - 18.9K bytes - Click Count (1) -
src/test/java/org/codelibs/fess/app/job/ScriptExecutorJobTest.java
return Collections.emptyList(); } @Override public void reboot() { } @Override public void destroy() { } }; ComponentUtil.register(jobManager, JobManager.class.getCanonicalName()); // JobHelper that captures stored JobLog final JobHelper jobHelper = new JobHelper() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 13.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/opensearch/config/exentity/ScheduledJobTest.java
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) -
src/test/java/org/codelibs/fess/exec/SuggestCreatorTest.java
System.setProperty(FesenClient.HTTP_ADDRESS, originalValue); } else { System.clearProperty(FesenClient.HTTP_ADDRESS); } } } // Test destroy container @Test public void test_destroyContainer() { // Test destroyContainer method - skip this test as it conflicts with container management // The test framework manages the container lifecycle
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
indexUpdater.finishCrawling = false; indexUpdater.destroy(); assertTrue(crawler.stopCalled); } // Test destroy when crawling is finished @Test public void test_destroy_finished() { indexUpdater.finishCrawling = true; indexUpdater.destroy(); // finishCrawling should be set when max empty list count is exceededCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 33.6K bytes - Click Count (0)