Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_isValidFileProtocol_nullUrl (0.14 sec)

  1. src/test/java/org/codelibs/fess/helper/ProtocolHelperTest.java

                fail("Should throw exception for null URL");
            } catch (Exception e) {
                // Expected
                assertNotNull(e);
            }
        }
    
        public void test_isValidFileProtocol_nullUrl() {
            ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() {
                @Override
                public String getCrawlerWebProtocols() {
                    return "http";
                }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 21.5K bytes
    - Viewed (0)
Back to top