- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestComponent (0.06 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactoryTest.java
public void test_fullLifecycle() throws Exception { TestComponent.resetCounter(); final List<TestComponent> destroyedComponents = new ArrayList<>(); OnDestroyListener<TestComponent> listener = new OnDestroyListener<TestComponent>() { @Override public void onDestroy(PooledObject<TestComponent> p) { TestComponent component = p.getObject(); component.destroy();
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 13:07:01 UTC 2025 - 36.7K bytes - Viewed (0)