Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_update_withException (0.56 seconds)

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

            assertEquals(user2, chain.updateCalls.get(1));
            assertEquals(user3, chain.updateCalls.get(2));
        }
    
        // Test update with exception handling
        @Test
        public void test_update_withException() {
            TestAuthenticationChain chain = new TestAuthenticationChain();
            chain.updateThrowsException = true;
            User user = createTestUser("testuser", "Test User");
    
            try {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 14.8K bytes
    - Click Count (0)
Back to Top