- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for getPackage (0.05 sec)
-
src/test/java/org/codelibs/fess/timer/HotThreadMonitorTargetTest.java
} } public void test_package_structure() { assertEquals("Should be in timer package", "org.codelibs.fess.timer", HotThreadMonitorTarget.class.getPackage().getName()); } public void test_class_is_public() { assertTrue("Class should be public", java.lang.reflect.Modifier.isPublic(HotThreadMonitorTarget.class.getModifiers()));
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
} public void test_package_structure() { assertEquals("Should be in timer package", "org.codelibs.fess.timer", SystemMonitorTarget.class.getPackage().getName()); } public void test_class_is_public() { assertTrue("Class should be public", java.lang.reflect.Modifier.isPublic(SystemMonitorTarget.class.getModifiers()));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 8.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/validation/FessActionValidatorTest.java
assertEquals("Type parameter should be MESSAGES", "MESSAGES", typeParameters[0].getName()); } public void test_packageStructure() { final Package pkg = FessActionValidator.class.getPackage(); assertNotNull("Package should not be null", pkg); assertEquals("Should be in correct package", "org.codelibs.fess.validation", pkg.getName()); } public void test_isPublicClass() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 2.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/tomcat/webresources/FessWebResourceRootTest.java
} } public void test_packageStructure() { // Verify the class is in the expected package structure final Package pkg = FessWebResourceRoot.class.getPackage(); assertNotNull("Package should not be null", pkg); assertEquals("Should be in correct package", "org.codelibs.fess.tomcat.webresources", pkg.getName()); } public void test_isPublicClass() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 4.3K bytes - Viewed (0)