Home > SQL Developer Dialog Boxes ... > Unit Testing: Add Tests or ...
Use this dialog box to add one or more unit tests or suites to a test suite. The Tests or Suites tab is displayed, depending on whether you right-clicked the Tests or Suites node in the Unit Test navigator display and selected Add Test or Add Suite. (The SQL Developer unit testing feature is explained in SQL Developer: Unit Testing.)
List of tests or suites: Select one or more tests to be added to the suite.
Run Test Startups: If this option is checked, the startup action defined for each specified test or suite is run when the suite is run.
Run Test Teardowns: If this option is checked, the teardown action defined for each specified test or suite is run when the suite is run.
Any startup and teardown actions for a test are specified when you create the unit test (see Unit Testing: Create Unit Test).
Related Topics