Package org.mockito.internal.util
Class Timer
- java.lang.Object
-
- org.mockito.internal.util.Timer
-
public class Timer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private longdurationMillisprivate longstartTime
-
Constructor Summary
Constructors Constructor Description Timer(long durationMillis)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longduration()booleanisCounting()Informs whether the timer is still counting down.voidstart()Starts the timer count down.private voidvalidateInput(long durationMillis)
-