- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isUseOneTimeContainer (0.07 sec)
-
src/test/java/org/codelibs/fess/util/ComponentUtilTest.java
@Override public void setUp() throws Exception { super.setUp(); ComponentUtil.setFessConfig(null); } @Override protected boolean isUseOneTimeContainer() { return true; } public void test_setFessConfig_null() { assertTrue(FessProp.propMap.isEmpty()); } public void test_setFessConfig_notNull() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 7.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java
import org.lastaflute.di.core.factory.SingletonLaContainerFactory; import org.w3c.dom.Node; import org.xml.sax.InputSource; public class FessPropTest extends UnitFessTestCase { @Override protected boolean isUseOneTimeContainer() { return true; } public void test_maxUsernameLength() throws IOException { FessProp.propMap.clear(); FessConfig fessConfig = new FessConfig.SimpleImpl() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13K bytes - Viewed (0)