Home
last modified time | relevance | path

Searched refs:createNotStarted (Results 1 – 5 of 5) sorted by relevance

/external/mockito/src/test/java/org/mockitoutil/async/
DAsyncTestingTest.java15 import static org.mockitoutil.Stopwatch.createNotStarted;
20 private Stopwatch watch = createNotStarted();
/external/mockito/src/test/java/org/mockitousage/verification/
DVerificationWithAfterAndCaptorTest.java24 import static org.mockitoutil.Stopwatch.createNotStarted;
34 private Stopwatch watch = createNotStarted();
DVerificationWithTimeoutTest.java28 import static org.mockitoutil.Stopwatch.createNotStarted;
34 private Stopwatch watch = createNotStarted();
DVerificationWithAfterTest.java28 import static org.mockitoutil.Stopwatch.createNotStarted;
43 private Stopwatch watch = createNotStarted();
/external/mockito/src/test/java/org/mockitoutil/
DStopwatch.java34 public static Stopwatch createNotStarted() { in createNotStarted() method in Stopwatch