Package org.mockito.internal.util
Class Timer
- java.lang.Object
-
- org.mockito.internal.util.Timer
-
public class Timer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Timer(long durationMillis)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCounting()
Informs whether the timer is still counting down.void
start()
Starts the timer count down.
-