- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TestAuthenticationChain (0.65 sec)
-
src/test/java/org/codelibs/fess/auth/AuthenticationManagerTest.java
public void test_insert_multipleChains() { User user = createTestUser("testuser"); TestAuthenticationChain chain1 = new TestAuthenticationChain(); TestAuthenticationChain chain2 = new TestAuthenticationChain(); TestAuthenticationChain chain3 = new TestAuthenticationChain(); authenticationManager.addChain(chain1); authenticationManager.addChain(chain2);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 14K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/auth/chain/AuthenticationChainTest.java
TestAuthenticationChain chain = new TestAuthenticationChain(); chain.delete(null); assertEquals(1, chain.deleteCalls.size()); assertNull(chain.deleteCalls.get(0)); } // Test delete with multiple users public void test_delete_multipleUsers() { TestAuthenticationChain chain = new TestAuthenticationChain();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 14.6K bytes - Viewed (0)