Package | Description |
---|---|
javolution.testing |
Provides classes and interfaces to facilitate all aspects of testing including
unit tests, performance, regression, etc.
|
Modifier and Type | Field and Description |
---|---|
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. |
Copyright © 2005–2020 Javolution. All rights reserved.