Using the TestResult class

Component Testing for Java

The TestResult object is used to produce dynamic test results during the execution of a TestCase or TestSuite. The TestResult class offers the same behavior in J2SE and J2ME.

TestResult provides the following methods:

Related Topics

Using the TestCase ClassUsing the TestSuite ClassJ2ME Specifics