Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_chains_orderPreservation (0.17 seconds)

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

                // Expected behavior when null chain is processed
                assertTrue(true);
            }
        }
    
        // Test chains order preservation
        @Test
        public void test_chains_orderPreservation() {
            List<TestAuthenticationChain> chains = new ArrayList<>();
            for (int i = 0; i < 5; i++) {
                TestAuthenticationChain chain = new TestAuthenticationChain();
                chain.id = i;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 14.3K bytes
    - Click Count (0)
Back to Top