Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_insert_noChains (0.07 sec)

  1. src/test/java/org/codelibs/fess/auth/AuthenticationManagerTest.java

        public void test_constructor() {
            AuthenticationManager manager = new AuthenticationManager();
            assertNotNull(manager);
        }
    
        // Test insert with no chains
        public void test_insert_noChains() {
            User user = createTestUser("testuser");
            authenticationManager.insert(user);
            // Should not throw exception even with no chains
        }
    
        // Test insert with single chain
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 14K bytes
    - Viewed (0)
Back to top