Package com.clarkware.junitperf
Class RandomTimer
- java.lang.Object
-
- com.clarkware.junitperf.RandomTimer
-
-
Constructor Summary
Constructors Constructor Description RandomTimer(long delay, double variation)
Constructs aRandomTimer
with the specified minimum delay and variation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getDelay()
Returns the timer delay.
-