- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for test_class_has_proper_annotations (1.79 sec)
-
src/test/java/org/codelibs/fess/timer/HotThreadMonitorTargetTest.java
assertNotNull("Second instance should not be null", target2); assertNotSame("Instances should be different objects", target1, target2); } public void test_class_has_proper_annotations() { // Verify the class doesn't have any inappropriate annotations assertFalse("Class should not be deprecated", HotThreadMonitorTarget.class.isAnnotationPresent(Deprecated.class)); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/timer/SystemMonitorTargetTest.java
assertNotNull("Second instance should not be null", target2); assertNotSame("Instances should be different objects", target1, target2); } public void test_class_has_proper_annotations() { // Verify the class doesn't have any inappropriate annotations assertFalse("Class should not be deprecated", SystemMonitorTarget.class.isAnnotationPresent(Deprecated.class)); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 8.9K bytes - Viewed (0)