Registering report classes in preferences

This option should be used for reports that will run on a small number of machines. For wider distribution of a report generator, use the plug-in method of registration.

To register a report:

  1. Open the Hyades Test preferences by clicking Window > Preferences and expanding the Test branch.
  2. Click on Local Report Definitions and click Add.
  3. Type the name of the report.
  4. Type the full name of the class that implements the report (in the format package.Class)
  5. Type the classpath required to run the report. Separate multiple entries with the appropriate path separator; for example, semicolons (;) on Windows, and colons (:) on Linux. It is not necessary to include the Component Test JAR files.
  6. Specify the object and selection types the report can handle.


Related tasks
Defining new report generators

Related reference
Test suite reports API

(C) Copyright IBM Corporation 2000, 2003. All Rights Reserved.