Test Suite wizard

This is a feature of JBuilder Enterprise.

The Test Suite wizard allows you to select the test cases to include in a test suite and then generates a test suite class. For more information, see "The Test Suite wizard" in Building Applications With JBuilder. For a tutorial that shows you how to use the Test Suite wizard to create a test suite, see "Tutorial: Creating and running test cases and test suites."

Select The Test Cases To Include

This is a feature of JBuilder Enterprise.

This page is used to select the test cases to include in the new test suite. The list shows the currently selected test cases or packages, if any. If a package is selected, all the test cases in that package will be added to the test suite.

Add

Used to add test cases or packages to the list. When a package is added, only the test cases in that package are added. Use Add Recursive to add the test cases from a package and all of its subpackages.

Add Recursive

Used to add all the test cases in a package and all the test cases in all of its subpackages.

Remove

Removes a test case or package from the list.

Specify Test Suite Details

This is a feature of JBuilder Enterprise.

This page allows you to specify the class and package information for the new test suite.

Package

Indicates the package name for the new test suite.

Class Name

Indicates the class name for the new test suite.

Base Class

Indicates the parent class of the test suite. The default is junit.framework.TestCase.

Define A Test Configuration

This is a feature of JBuilder Enterprise.

This page allows you to create a new runtime configuration to use for running the new test suite.

Create A Runtime Configuration

Indicates whether to create a new runtime configuration for running the test suite.

Configuration Name

Indicates the name for the new runtime configuration. The default is the same as the name of the new test suite. This field is only enabled if Create A Runtime Configuration is checked.

Test Runner

Indicates the test runner to use with the new runtime configuration. The default is JBTestRunner. The possible choices are JBTestRunner, JUnit TextUI, and JUnit SwingUI.