Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testSystemTimeAlignment (0.81 sec)

  1. api/maven-api-core/src/test/java/org/apache/maven/api/MonotonicClockTest.java

            }
        }
    
        @Test
        @DisplayName("MonotonicClock should maintain reasonable alignment with system time")
        void testSystemTimeAlignment() {
            Instant monotonic = MonotonicClock.now();
            Instant system = Instant.now();
    
            // The difference should be relatively small (allow for 1 second max)
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Wed Jan 15 06:28:29 UTC 2025
    - 5.8K bytes
    - Viewed (0)
Back to top