Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_changePassword_singleChain_success (0.21 sec)

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

            assertTrue(result); // Returns true when no chains present
        }
    
        // Test changePassword with single chain success
        public void test_changePassword_singleChain_success() {
            TestAuthenticationChain chain = new TestAuthenticationChain();
            chain.changePasswordResult = true;
            authenticationManager.addChain(chain);
    
    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