Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testElapsedTimeConsistency (0.11 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

                assertTrue(now.isAfter(start), "Current time should be after start time");
            }
    
            @Test
            @DisplayName("Elapsed time should match time difference")
            void testElapsedTimeConsistency() {
                MonotonicClock clock = MonotonicClock.get();
                Instant now = clock.instant();
                Duration elapsed = clock.elapsedTime();
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Jan 15 06:28:29 GMT 2025
    - 5.8K bytes
    - Click Count (0)
Back to Top