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."
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.
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.
Used to add all the test cases in a package and all the test cases in all of its subpackages.
Removes a test case or package from the list.
This is a feature of JBuilder Enterprise.
This page allows you to specify the class and package information for the new test suite.
Indicates the package name for the new test suite.
Indicates the class name for the new test suite.
Indicates the parent class of the test suite. The default is junit.framework.TestCase
.
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.
Indicates whether to create a new runtime configuration for running the test suite.
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.
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.