Uses of Class
javolution.testing.TimeContext

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.
 



Copyright © 2005-2012 Javolution. All Rights Reserved.