Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_getSearchEngineHttpAddress_null (0.12 sec)

  1. src/test/java/org/codelibs/fess/util/SystemUtilTest.java

    import java.lang.reflect.InvocationTargetException;
    
    import org.codelibs.fess.Constants;
    import org.codelibs.fess.unit.UnitFessTestCase;
    
    public class SystemUtilTest extends UnitFessTestCase {
    
        public void test_getSearchEngineHttpAddress_null() {
            // Clear the system property to test null case
            String originalValue = System.getProperty(Constants.FESS_SEARCH_ENGINE_HTTP_ADDRESS);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 12.9K bytes
    - Viewed (0)
Back to top