|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeContext | |
---|---|
javolution.testing | Provides classes and interfaces to facilitate all aspects of testing including unit tests, performance, regression, etc. |
Uses of TimeContext in javolution.testing |
---|
Fields in javolution.testing with type parameters of type TimeContext | |
---|---|
static Configurable<Class<? extends TimeContext>> |
TimeContext.DEFAULT
Holds the time context default implementation (by default logs average and minimum execution time to System.out ). |
static Class<? extends TimeContext> |
TimeContext.REGRESSION
Holds an implementation which does not perform any logging but raises an AssertionException when an assertion fails, including any timing
assertion. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |