Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_changePassword_multipleChains_oneFailure (0.58 sec)

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

            assertEquals(1, chain2.changePasswordCallCount);
            assertEquals(1, chain3.changePasswordCallCount);
        }
    
        // Test changePassword with multiple chains one failure
        public void test_changePassword_multipleChains_oneFailure() {
            TestAuthenticationChain chain1 = new TestAuthenticationChain();
            TestAuthenticationChain chain2 = new TestAuthenticationChain();
    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