- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testCurrentTimeAfterStart (0.29 seconds)
-
api/maven-api-core/src/test/java/org/apache/maven/api/MonotonicClockTest.java
} @Nested @DisplayName("Time consistency tests") class TimeConsistencyTests { @Test @DisplayName("Current time should be after start time") void testCurrentTimeAfterStart() { Instant now = MonotonicClock.now(); Instant start = MonotonicClock.start(); assertTrue(now.isAfter(start), "Current time should be after start time"); }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jan 15 06:28:29 GMT 2025 - 5.8K bytes - Click Count (0)