- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_insert_singleChain (0.07 seconds)
-
src/test/java/org/codelibs/fess/auth/AuthenticationManagerTest.java
authenticationManager.insert(user); // Should not throw exception even with no chains } // Test insert with single chain @Test public void test_insert_singleChain() { User user = createTestUser("testuser"); TestAuthenticationChain chain = new TestAuthenticationChain(); authenticationManager.addChain(chain); authenticationManager.insert(user);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 14.3K bytes - Click Count (0)