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