- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for resetCounters (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactoryTest.java
@Override protected void setUp() throws Exception { super.setUp(); // Reset counters before each test TestComponent.resetCounter(); SingletonTestComponent.resetInstanceCount(); CloseableTestComponent.resetCounters(); // Initialize container with test components container = new StandardCrawlerContainer().prototype("testComponent", TestComponent.class)Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Nov 20 13:07:01 GMT 2025 - 36.7K bytes - Click Count (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/rule/impl/AbstractRuleTest.java
public int getMatchCallCount() { return matchCallCount; } public ResponseData getLastResponseData() { return lastResponseData; } public void resetCounters() { matchCallCount = 0; lastResponseData = null; } } /** * Another concrete implementation for testing different scenarios */
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Wed Sep 03 14:42:53 GMT 2025 - 21.9K bytes - Click Count (0)