- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for semakin (0.02 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/transformer/impl/AbstractTransformerTest.java
ResultData resultData = testTransformer.transform(responseData); assertEquals("persistentName", resultData.getTransformerName()); } // Name should remain unchanged assertEquals("persistentName", testTransformer.getName()); assertEquals(10, testTransformer.getTransformCallCount()); } /** * Test name with control characters */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 20.8K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/rule/RuleTest.java
assertEquals(secondResult, thirdResult); // Rule ID should remain constant String id1 = rule.getRuleId(); String id2 = rule.getRuleId(); String id3 = rule.getRuleId(); assertEquals(id1, id2); assertEquals(id2, id3); // Processor should remain the same instance ResponseProcessor proc1 = rule.getResponseProcessor();
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 22.7K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactoryTest.java
// Should not throw exception even without listener factory.destroyObject(pooledObject); // Component should remain unchanged without listener assertFalse(component.isDestroyed()); } /** * Test destroyObject with listener */ public void test_destroyObject_withListener() throws Exception {Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 19.3K bytes - Viewed (0) -
LICENSE
editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, includingRegistered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Mon Jan 11 04:26:17 UTC 2021 - 11.1K bytes - Viewed (0) -
LICENSE
editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, includingRegistered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Jan 11 04:30:09 UTC 2021 - 11.1K bytes - Viewed (0)