Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_updateMemberOf_methodExists (0.36 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

            assertNotNull(method, "scheduleParentGroupLookup method should exist");
        }
    
        /**
         * Test that updateMemberOf still exists and is public.
         */
        @Test
        public void test_updateMemberOf_methodExists() throws Exception {
            Method method = EntraIdAuthenticator.class.getMethod("updateMemberOf", EntraIdUser.class);
            assertNotNull(method, "updateMemberOf method should exist");
    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