Class ConstantTimer
java.lang.Object
com.clarkware.junitperf.ConstantTimer
- All Implemented Interfaces:
Timer
-
Constructor Summary
ConstructorsConstructorDescriptionConstantTimer(long delay) Constructs aConstantTimerwith the specified delay. -
Method Summary
-
Constructor Details
-
ConstantTimer
public ConstantTimer(long delay) Constructs aConstantTimerwith the specified delay.- Parameters:
delay- Delay (in milliseconds).
-
-
Method Details
-
getDelay
-