- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setupMockComponentsWithCounter (0.1 sec)
-
src/test/java/org/codelibs/fess/exec/ThumbnailGeneratorTest.java
options.numOfThreads = 4; options.cleanup = false; // Setup mock components with counter final AtomicInteger generateCallCount = new AtomicInteger(0); setupMockComponentsWithCounter(generateCallCount); Method processMethod = ThumbnailGenerator.class.getDeclaredMethod("process", ThumbnailGenerator.Options.class); processMethod.setAccessible(true); try {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.1K bytes - Viewed (0)