Interface | Description |
---|---|
Clock | |
Condition | |
ProbeFor<T> |
A lazy evaluation probe for specific value.
|
SelfDescribingCondition | |
Sleeper | |
StopWatch |
Stop watch implementations should time the difference between construction (or a call to
StopWatch.reset() ) and a call to
StopWatch.lap() . |
Class | Description |
---|---|
Duration | |
Introduce |
Introduce "jitter" by sleeping a random amount.
|
MovableClock | |
RealClock | |
SimulateJUnitFailure | |
ThreadLocalTimer |
The
ThreadLocal based stop watch is safe to use with multiple threads as it will time each thread's call
between ThreadLocalTimer.reset() (or construction) and ThreadLocalTimer.lap() . |
ThreadSleep | |
Timeout |
A class to represent a timeout.
|
Timer | |
UpTo |
Get a random
Duration up to a specified amount. |
WaitFor |
Copyright © 2009–2016 tempus-fugit committers. All rights reserved.