Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_initialization_idempotency (1.21 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/client/fs/FileSystemClientTest.java

            } catch (Exception e) {
                fail("Should not throw exception when accessTimeout is null: " + e.getMessage());
            }
        }
    
        public void test_initialization_idempotency() {
            // Test that multiple init calls are safe
            FileSystemClient client = new FileSystemClient();
    
            // First initialization
            if (client.isInit.compareAndSet(false, true)) {
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Wed Nov 19 08:59:28 UTC 2025
    - 11.2K bytes
    - Viewed (0)
Back to top