Searched refs:createNotStarted (Results 1 – 5 of 5) sorted by relevance
10 import static org.mockitoutil.Stopwatch.createNotStarted;21 private Stopwatch watch = createNotStarted();
14 import static org.mockitoutil.Stopwatch.createNotStarted;34 private Stopwatch watch = createNotStarted();
12 import static org.mockitoutil.Stopwatch.createNotStarted;37 private Stopwatch watch = createNotStarted();
14 import static org.mockitoutil.Stopwatch.createNotStarted;47 private Stopwatch watch = createNotStarted();
33 public static Stopwatch createNotStarted() { in createNotStarted() method in Stopwatch