|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestContext | |
---|---|
javolution.testing | Provides classes and interfaces to facilitate all aspects of testing including unit tests, performance, regression, etc. |
Uses of TestContext in javolution.testing |
---|
Subclasses of TestContext in javolution.testing | |
---|---|
class |
JUnitContext
This class represents a test context forwarding events to the JUnit framework (e.g. |
class |
TimeContext
This class represents a test context specialized
for measuring execution time. |
Fields in javolution.testing with type parameters of type TestContext | |
---|---|
static Configurable<Class<? extends TestContext>> |
TestContext.DEFAULT
Holds the test context default implementation (the test report is sent to to System.out and test errors are sent to System.err ). |
static Class<? extends TestContext> |
TestContext.REGRESSION
Holds an implementation which does not perform any logging but raises an AssertionException when an assertion fails. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |