- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_load_singleChain (0.06 sec)
-
src/test/java/org/codelibs/fess/auth/AuthenticationManagerTest.java
User user = createTestUser("testuser"); User result = authenticationManager.load(user); assertEquals(user, result); } // Test load with single chain public void test_load_singleChain() { User user = createTestUser("testuser"); User loadedUser = createTestUser("loadeduser"); TestAuthenticationChain chain = new TestAuthenticationChain(); chain.loadResult = loadedUser;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 14K bytes - Viewed (0)