Searched refs:stopWatch (Results 1 – 3 of 3) sorted by relevance
49 private Stopwatch stopWatch; field in VerificationAfterDelayTest63 stopWatch = createNotStarted(); in setUp()106 stopWatch.start(); in shouldWaitTheFullTimeIfTheTestCouldPass()114 stopWatch.assertElapsedTimeIsMoreThan(100, MILLISECONDS); in shouldWaitTheFullTimeIfTheTestCouldPass()138 stopWatch.start(); in shouldReturnListOfArgumentsWithSameSizeAsGivenInAtMostVerification()142 stopWatch.assertElapsedTimeIsMoreThan(200, MILLISECONDS); in shouldReturnListOfArgumentsWithSameSizeAsGivenInAtMostVerification()
54 } stopWatch; typedef in Portable_Timer
597 Stopwatch stopWatch = entry.getValue(); in startupTimes() local598 if (!stopWatch.isRunning() && !(service instanceof NoOpService)) { in startupTimes()599 loadTimes.add(Maps.immutableEntry(service, stopWatch.elapsed(MILLISECONDS))); in startupTimes()