Package: sltest.testmanager
Superclasses:
Create or modify test suite
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.
creates
a obj
= sltest.testmanager.TestSuite(parent
,name
)sltest.testmanager.TestSuite
object as a child
of the specified parent. You can use test files or other test suites
as the parent.
convertTestType | Convert test from one type to another |
createTestCase | Create test case |
createTestForSubsystem | (To be removed) Create test harness and test case for subsystem in test suite |
createTestSuite | Create test suite |
getCoverageSettings | Get coverage settings |
getOptions | Get test file options |
getProperty | Get test suite property |
getTestCaseByName | Get test case object by name |
getTestCases | Get test cases at first level of test suite |
getTestSuiteByName | Get test suite object by name |
getTestSuites | Get test suites at first level of test suite |
remove | Remove test suite |
run | Run test cases in test suite |
setProperty | Set test suite property |