Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_processDirectMemberOf_methodExists (0.13 seconds)

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

        // ========== Tests for lazy loading implementation ==========
    
        /**
         * Test that processDirectMemberOf method exists with correct signature.
         */
        @Test
        public void test_processDirectMemberOf_methodExists() throws Exception {
            Method method = EntraIdAuthenticator.class.getDeclaredMethod("processDirectMemberOf", EntraIdUser.class, List.class, List.class,
                    List.class, String.class);
    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