Custom Fixture wizard

This is a feature of JBuilder Enterprise.

The Custom Fixture wizard generates the skeleton of a test fixture which contains setUp() and tearDown() methods. A custom fixture can be used as a wrapper for existing code that can be called by unit tests. This wizard specifies the package and class information for the new custom fixture. For more information about test fixtures, see "Using predefined test fixtures" in Building Applications With JBuilder.

Package

Indicates the package to which the new fixture belongs.

Class Name

Indicates the class name for the new fixture.

Base Class

Indicates the parent class for the custom fixture. The default is java.lang.Object.