Home
last modified time | relevance | path

Searched refs:unstartedStopwatch (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DStopwatchTest.java45 Stopwatch unstartedStopwatch = Stopwatch.createUnstarted(); in testCreateUnstarted() local
46 assertFalse(unstartedStopwatch.isRunning()); in testCreateUnstarted()
47 assertEquals(0, unstartedStopwatch.elapsed(NANOSECONDS)); in testCreateUnstarted()
/external/guava/guava-tests/test/com/google/common/base/
DStopwatchTest.java46 Stopwatch unstartedStopwatch = Stopwatch.createUnstarted(); in testCreateUnstarted() local
47 assertFalse(unstartedStopwatch.isRunning()); in testCreateUnstarted()
48 assertEquals(0, unstartedStopwatch.elapsed(NANOSECONDS)); in testCreateUnstarted()