Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_constructor (0.07 sec)

  1. src/test/java/org/codelibs/fess/timer/SystemMonitorTargetTest.java

            assertTrue("SystemMonitorTarget should implement TimeoutTarget", TimeoutTarget.class.isAssignableFrom(SystemMonitorTarget.class));
        }
    
        public void test_constructor() {
            assertNotNull("Constructor should create instance", target);
            assertTrue("Instance should be of correct type", target instanceof SystemMonitorTarget);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 8.9K bytes
    - Viewed (0)
Back to top