| Class | Description |
|---|---|
| JUnitContext |
This class represents a test context forwarding events to the
JUnit framework (e.g. asserts).
|
| TestCase |
This class represents a test case which can be used for validation,
performance and regression tests.
|
| TestContext |
This class represents a logging context specialized for testing.
|
| TestSuite |
This class represents a grouping of potentially
parallelizabletest cases. |
| TimeContext |
This class represents a
test context specialized
for measuring execution time. |
| Exception | Description |
|---|---|
| AssertionException |
This class represents an exception which might be raised when
a testing assertion fails (see
TestContext.REGRESSION). |
Copyright © 2005 - 2007 Javolution.