- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_addChain_single (0.08 sec)
-
src/test/java/org/codelibs/fess/auth/AuthenticationManagerTest.java
assertEquals(1, chain2.loadCallCount); assertEquals(user, chain1.lastLoadedUser); assertEquals(null, chain2.lastLoadedUser); } // Test addChain single public void test_addChain_single() { TestAuthenticationChain chain = new TestAuthenticationChain(); authenticationManager.addChain(chain); // Verify chain was added by testing its effect
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 14K bytes - Viewed (0)