Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_getDataStoreNames_caching (0.81 sec)

  1. src/test/java/org/codelibs/fess/ds/DataStoreFactoryTest.java

            dataStoreFactory.add("store", dataStore2);
            assertSame(dataStore2, dataStoreFactory.getDataStore("store"));
        }
    
        // Test getDataStoreNames with caching
        public void test_getDataStoreNames_caching() {
            // Mock the loadDataStoreNameList to control behavior
            final int[] loadCount = { 0 };
            DataStoreFactory testFactory = new DataStoreFactory() {
                @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 12.8K bytes
    - Viewed (0)
Back to top