Class: sltest.testmanager.TestSuite
Package: sltest.testmanager
(To be removed) Create test harness and test case for subsystem in test suite
sltest.testmanager.TestSuite.createTestForSubsystem
will be
removed in a future release. Use sltest.testmanager.createTestForComponent
instead. For more information,
see Compatibility Considerations.
tc = createTestForSubsystem(ts,'Subsystem',subsystem)
tc = createTestForSubsystem(ts,'Subsystem',subsystem,Name,Value)
creates a harness on the specified subsystem and a baseline test case in the specified
test suite. This function also simulates the model and adds the input and the output
files to the test case as MAT-files. files. For more information, see Generate Tests and Test Harness for a Component or Model.tc
= createTestForSubsystem(ts
,'Subsystem',subsystem
)
uses additional options specified by one or more tc
= createTestForSubsystem(ts
,'Subsystem',subsystem
,Name,Value
)Name,Value
pair
arguments. Use this syntax to use Microsoft®
Excel® files as input and output files.