Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for baseConfig (0.12 sec)

  1. src/test/java/org/codelibs/fess/query/TermQueryCommandTest.java

                    return baseConfig.getIndexFieldTitle();
                }
    
                @Override
                public String getIndexFieldContent() {
                    return baseConfig.getIndexFieldContent();
                }
    
                @Override
                public String getIndexFieldUrl() {
                    return baseConfig.getIndexFieldUrl();
                }
    
                @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 20.4K bytes
    - Viewed (0)
  2. src/test/java/jcifs/config/DelegatingConfigurationTest.java

        void testWithDifferentDelegates() throws Exception {
            // Given
            BaseConfiguration baseConfig = new BaseConfiguration(false);
            DelegatingConfiguration configWithBaseDelegate = new DelegatingConfiguration(baseConfig);
    
            // When & Then - should not throw exceptions
            assertDoesNotThrow(() -> {
                configWithBaseDelegate.getResponseTimeout();
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 20.7K bytes
    - Viewed (0)
Back to top