- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for test_isPublicClass (0.77 sec)
-
src/test/java/org/codelibs/fess/validation/FessActionValidatorTest.java
assertNotNull("Package should not be null", pkg); assertEquals("Should be in correct package", "org.codelibs.fess.validation", pkg.getName()); } public void test_isPublicClass() { assertTrue("FessActionValidator should be public", java.lang.reflect.Modifier.isPublic(FessActionValidator.class.getModifiers())); }
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
assertNotNull("Package should not be null", pkg); assertEquals("Should be in correct package", "org.codelibs.fess.tomcat.webresources", pkg.getName()); } public void test_isPublicClass() { assertTrue("FessWebResourceRoot should be public", java.lang.reflect.Modifier.isPublic(FessWebResourceRoot.class.getModifiers())); assertFalse("FessWebResourceRoot should not be abstract",
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 4.3K bytes - Viewed (0)