Searched defs:FakeStopWatch (Results 1 – 2 of 2) sorted by relevance
20 public class FakeStopWatch implements StopWatch { class
33 assertTrue(profiler.start("myName") instanceof FakeStopWatch); in testStartReturnsFakeStopWatch() local