Field name
|
Description
|
Package root
|
(Required) Specifies a currently open project that will contain the class code, other project code, and any assembly references. Click Browse if you want to select a project other than the current one (the default value).
|
Package
|
Optionally, specifies a package name that will contain the class file, corresponding to a sub-folder of the package root. Click Browse or enter the folder path. A period (.) must separate each subfolder from its parent folder in the path name.
|
Class name
|
(Required) Specifies the name of the test suite class. The name must begin with a letter; spaces and most non-alphanumeric characters are not allowed. The .cls extension is appended automatically.
|
Test classes and procedures to include in the suite
|
Displays a list of test classes and procedures that you add to or remove from the test suite.
|
Add
|
Opens the Select Class or Procedure dialog that allows you to select test class and test procedure files that you want to include in the test suite.
|
Remove
|
Deletes an item from the list of test classes and procedures to be included in the test suite class.
|
Finish
|
Generates a test suite class with the selected test classes and procedures included and opens it in the ABL Editor.
|