Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_calibrateCpuLoad_zeroTimeout (0.2 seconds)

  1. src/test/java/org/codelibs/fess/helper/SystemHelperTest.java

            final boolean result = systemHelper.calibrateCpuLoad(1L);
            assertTrue(result || !result); // Can be either depending on CPU load
        }
    
        @Test
        public void test_calibrateCpuLoad_zeroTimeout() {
            final boolean result = systemHelper.calibrateCpuLoad(0L);
            assertTrue(result);
        }
    
        @Test
        public void test_getSystemCpuPercent() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 44.4K bytes
    - Click Count (0)
Back to Top