- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testMonotonicBehavior (0.06 sec)
-
api/maven-api-core/src/test/java/org/apache/maven/api/MonotonicClockTest.java
assertSame(clock, newClock, "withZone() should return the same clock instance"); } @Test @DisplayName("MonotonicClock should maintain monotonic time progression") void testMonotonicBehavior() throws InterruptedException { Instant first = MonotonicClock.now(); Thread.sleep(10); // Small delay Instant second = MonotonicClock.now(); Thread.sleep(10); // Small delay
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 15 06:28:29 UTC 2025 - 5.8K bytes - Viewed (0)