- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_repeatedInstantiation (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/opensearch/client/CrawlerEngineClientTest.java
thread.start(); thread.join(); assertNull(exceptionHolder[0]); assertNotNull(clientHolder[0]); } // Test repeated instantiation @Test public void test_repeatedInstantiation() { // Test that repeated instantiation works correctly for (int i = 0; i < 10; i++) { CrawlerEngineClient client = new CrawlerEngineClient(); assertNotNull(client); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 5K bytes - Click Count (0)