Package org.mockito.internal.util
Class Timer
java.lang.Object
org.mockito.internal.util.Timer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Informs whether the timer is still counting down.void
start()
Starts the timer count down.
-
Constructor Details
-
Timer
public Timer(long durationMillis)
-
-
Method Details
-
isCounting
public boolean isCounting()Informs whether the timer is still counting down. -
start
public void start()Starts the timer count down.
-