- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for callCount (0.06 seconds)
-
src/test/java/org/codelibs/fess/job/AggregateLogJobTest.java
SearchLogHelper mockSearchLogHelper = new SearchLogHelper() { private int callCount = 0; @Override public void storeSearchLog() { callCount++; throw new RuntimeException("Error " + callCount); } }; ComponentUtil.register(mockSearchLogHelper, "searchLogHelper");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 12.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exec/ThumbnailGeneratorTest.java
ThumbnailManager mockThumbnailManager = new ThumbnailManager() { private int callCount = 0; @Override public int generate(ExecutorService executorService, boolean cleanup) { // Return 0 to exit the loop if (callCount++ == 0) { return 1; } return 0;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.2K bytes - Click Count (0) -
src/test/java/jcifs/SmbWatchHandleTest.java
SmbWatchHandle realHandle = new SmbWatchHandle() { private int callCount = 0; @Override public List<FileNotifyInformation> watch() throws CIFSException { callCount++; if (callCount == 1) { return Arrays.asList(fileNotifyInfo1); } return Collections.emptyList();
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 13.2K bytes - Click Count (1) -
src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackTest.java
// Test storing various data types final AtomicInteger callCount = new AtomicInteger(0); IndexUpdateCallback callback = new IndexUpdateCallback() { @Override public void store(DataStoreParams paramMap, Map<String, Object> dataMap) { assertNotNull(dataMap); callCount.incrementAndGet(); } @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 12.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/CrawlJobTest.java
public void test_getRunningJobCount() { // Skip this test - requires complex DB setup if (true) return; // Setup test with mock ScheduledJobBhv final AtomicInteger callCount = new AtomicInteger(0); final List<ScheduledJob> scheduledJobs = new ArrayList<>(); // Create test scheduled jobs ScheduledJob job1 = new ScheduledJob() { @Override
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 25K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist.jsp
<div id="result" class="row top10"> <div class="col-sm-12"> <p class="callout callout-info"> <la:message key="labels.did_not_match" arg0="${f:h(q)}"/> </p> </div>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 20.1K bytes - Click Count (0)