- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for test_packageStructure (0.19 seconds)
-
src/test/java/org/codelibs/fess/validation/FessActionValidatorTest.java
assertEquals("Should have one type parameter", 1, typeParameters.length); assertEquals("Type parameter should be MESSAGES", "MESSAGES", typeParameters[0].getName()); } @Test public void test_packageStructure() { final Package pkg = FessActionValidator.class.getPackage(); assertNotNull(pkg, "Package should not be null");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 2.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/tomcat/webresources/FessWebResourceRootTest.java
} catch (final NoSuchMethodException e) { fail("processWebInfLib method should exist"); } } @Test public void test_packageStructure() { // Verify the class is in the expected package structure final Package pkg = FessWebResourceRoot.class.getPackage(); assertNotNull(pkg, "Package should not be null");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 4.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/timer/SystemMonitorTargetTest.java
assertTrue("Should have appendJvmStats method", hasAppendJvmStats); assertTrue("Should have appendFesenStats method", hasAppendFesenStats); } @Test public void test_package_structure() { assertEquals("Should be in timer package", "org.codelibs.fess.timer", SystemMonitorTarget.class.getPackage().getName()); } @Test public void test_class_is_public() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 9.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/timer/HotThreadMonitorTargetTest.java
// but method should be callable assertNotNull(e, "Exception should not be null if thrown"); } } @Test public void test_package_structure() { assertEquals("Should be in timer package", "org.codelibs.fess.timer", HotThreadMonitorTarget.class.getPackage().getName()); } @Test public void test_class_is_public() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 4.3K bytes - Click Count (0)