- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testElapsed_duration (0.09 seconds)
-
guava-tests/test/com/google/common/base/StopwatchTest.java
stopwatch.start(); ticker.advance((long) (7.25 * 24 * 60 * 60 * 1000000000L)); assertThat(stopwatch.toString()).isEqualTo("7.250 d"); } @GwtIncompatible @J2ktIncompatible public void testElapsed_duration() { stopwatch.start(); ticker.advance(999999); assertEquals(Duration.ofNanos(999999), stopwatch.elapsed()); ticker.advance(1); assertEquals(Duration.ofMillis(1), stopwatch.elapsed()); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 6.3K bytes - Click Count (0)