Main Content
sltest.testmanager.TestSuite Class
Namespace: sltest.testmanager
Create or modify test suite
Description
Instances of sltest.testmanager.TestSuite
can contain other test suites
and test cases. For MATLAB®-based Simulink® tests, test suites are implemented using class and method parameters. See Test Models Using MATLAB-Based Simulink Tests for more
information.
The sltest.testmanager.TestSuite
class is a handle
class.
Creation
Description
creates a obj
= sltest.testmanager.TestSuite(parent
,name
)sltest.testmanager.TestSuite
object with the specified Name
as a child of the specified Parent. You can use test files or other test suites as the
parent.
Properties
Methods
Examples
Version History
Introduced in R2015b