- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_chains_orderPreservation (0.08 sec)
-
src/test/java/org/codelibs/fess/auth/AuthenticationManagerTest.java
// Expected behavior when null chain is processed assertTrue(true); } } // Test chains order preservation public void test_chains_orderPreservation() { List<TestAuthenticationChain> chains = new ArrayList<>(); for (int i = 0; i < 5; i++) { TestAuthenticationChain chain = new TestAuthenticationChain(); chain.id = i;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 14K bytes - Viewed (0)