- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_destroyObject_nullObject (0.08 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactoryTest.java
assertTrue(true); } } /** * Test destroyObject with PooledObject containing null object */ public void test_destroyObject_nullObject() throws Exception { PooledObject<TestComponent> pooledObject = new DefaultPooledObject<>(null); // Should handle null object gracefully factory.destroyObject(pooledObject);
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 13:07:01 UTC 2025 - 36.7K bytes - Viewed (0)