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