AbstractTest |
Base class containing convenience methods for writing tests.
|
AssertEqualsException |
Exception which Tests can throw when a specific assertEquals fails.
|
AssertException |
Exception which Tests can throw when a specific assertion fails.
|
AssertNullException |
Exception which Tests can throw when a specific assertNull fails.
|
AssertTrueException |
Exception which Tests can throw when a specific assertTrue fails.
|
DefaultTestReport |
Simple, default implementation for the TestReport
interface.
|
PerformanceTest |
This abstract Test implementation instruments performance
testing.
|
Test |
Defines the interface of a Test case.
|
TestErrorConditionException |
Exception which AbstractTest extensions can throw from the
rumImpl method to report an error condition.
|
TestException |
Classes in the test package and subpackages should throw
TestException to reflect internal failures in their
operation.
|
TestReport |
Defines the interface of a TestReport produced
by a Test case.
|
TestReport.Entry |
Inner class for describing an information element in a
TestReport
|
TestReportProcessor |
Interface for classes that can process TestReport instances
This allows different applications to use the same TestReport
for different purposes, such as generating an XML output or
emailing a test result summary.
|
TestSuite |
A TestSuite is a composite test, that is, a test
made of multiple children Test cases.
|
TestSuiteReport |
Defines the interface of a TestReport produced
by a TestSuite .
|