Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_changePassword_nullPassword (0.12 sec)

  1. src/test/java/org/codelibs/fess/auth/chain/AuthenticationChainTest.java

            assertEquals("password", chain.changePasswordCalls.get(0).getValue());
        }
    
        // Test changePassword with null password
        public void test_changePassword_nullPassword() {
            TestAuthenticationChain chain = new TestAuthenticationChain();
            chain.changePasswordResult = true;
    
            boolean result = chain.changePassword("testuser", null);
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 14.6K bytes
    - Viewed (0)
Back to top