Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_inheritance (0.1 sec)

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

        private SystemMonitorTarget target;
    
        @Override
        public void setUp() throws Exception {
            super.setUp();
            target = new SystemMonitorTarget();
        }
    
        public void test_inheritance() {
            assertTrue("SystemMonitorTarget should extend MonitorTarget", MonitorTarget.class.isAssignableFrom(SystemMonitorTarget.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)
Back to top