- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_private_methods_are_private (0.24 sec)
-
src/test/java/org/codelibs/fess/timer/SystemMonitorTargetTest.java
assertTrue("expired method should be public", java.lang.reflect.Modifier.isPublic(SystemMonitorTarget.class.getMethod("expired").getModifiers())); } public void test_private_methods_are_private() throws Exception { Method[] methods = SystemMonitorTarget.class.getDeclaredMethods(); for (Method method : methods) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 8.9K bytes - Viewed (0)