Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_processParentGroup_callsOverloadWithDepth (0.3 seconds)

  1. src/test/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticatorTest.java

            } catch (Exception e) {
                // Other exceptions are also acceptable as we're testing depth logic
                assertTrue(true);
            }
        }
    
        @Test
        public void test_processParentGroup_callsOverloadWithDepth() {
            EntraIdAuthenticator authenticator = new EntraIdAuthenticator();
            authenticator.setMaxGroupDepth(3);
    
            List<String> groupList = new ArrayList<>();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 19.3K bytes
    - Click Count (0)
Back to Top