- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ROLE_SUPER_ULTRA_MEGA_ADMIN_WITH_VERY_LONG_NAME_FOR_TESTING_PURPOSES (0.22 sec)
-
src/test/java/org/codelibs/fess/annotation/SecuredTest.java
// Test with long role names @Secured({ "ROLE_SUPER_ULTRA_MEGA_ADMIN_WITH_VERY_LONG_NAME_FOR_TESTING_PURPOSES" }) static class LongRoleNameClass { } public void test_longRoleName() { Secured secured = LongRoleNameClass.class.getAnnotation(Secured.class); assertNotNull(secured); assertEquals("ROLE_SUPER_ULTRA_MEGA_ADMIN_WITH_VERY_LONG_NAME_FOR_TESTING_PURPOSES", secured.value()[0]); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 15.2K bytes - Viewed (0)